Commit be0df62
authored
fix(amazonq): disabled prompt input (aws#4107)
Problem:
When panel width is too short, wrapped placeholder causes the input feel like it doesn't get focus, however it got focus.
Placeholder should not wrapped to a new line, instead needs to use ellipsis.
Solution:
Updated mynah-ui version which contains the no-wrap ellipsis fix for prompt input's placeholder.1 parent 3b503b7 commit be0df62
File tree
3 files changed
+9
-5
lines changed- .changes/next-release
3 files changed
+9
-5
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4353 | 4353 | | |
4354 | 4354 | | |
4355 | 4355 | | |
4356 | | - | |
| 4356 | + | |
4357 | 4357 | | |
4358 | 4358 | | |
4359 | 4359 | | |
| |||
0 commit comments