Skip to content

Commit be0df62

Browse files
authored
fix(amazonq): disabled prompt input (#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

3 files changed

+9
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q: Input prompt gets wrapped to new line which avoids focusing"
4+
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4353,7 +4353,7 @@
43534353
"@aws-sdk/shared-ini-file-loader": "^3.46.0",
43544354
"@aws-sdk/smithy-client": "^3.46.0",
43554355
"@aws-sdk/util-arn-parser": "^3.46.0",
4356-
"@aws/mynah-ui-chat": "npm:@aws/[email protected].9",
4356+
"@aws/mynah-ui-chat": "npm:@aws/[email protected].10",
43574357
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
43584358
"@iarna/toml": "^2.2.5",
43594359
"@vscode/debugprotocol": "^1.57.0",

0 commit comments

Comments
 (0)