-
Notifications
You must be signed in to change notification settings - Fork 326
fix(ui-react-ai): Addressing cross-browser inconsistencies in AIConversation IME input handling #6429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦋 Changeset detectedLatest commit: a3dbe4e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…rsation IME input handling
packages/react-ai/src/components/AIConversation/views/default/Form.tsx
Outdated
Show resolved
Hide resolved
packages/react-ai/src/components/AIConversation/views/default/Form.tsx
Outdated
Show resolved
Hide resolved
calebpollman
approved these changes
Apr 21, 2025
HuiSF
approved these changes
Apr 24, 2025
Merged
ashwinkumar6
added a commit
to ashwinkumar6/amplify-ui
that referenced
this pull request
May 5, 2025
#10) * chore(lint): add consistent import/export type eslint rules (aws-amplify#6521) * fix(storage-browser): move useProcessTasks concurrency option to dispatch handler (aws-amplify#6525) * fix(ui-react-ai): Addressing cross-browser inconsistencies in AIConversation IME input handling (aws-amplify#6429) * Addressing cross-browser inconsistencies in AIConversation IME input handling (aws-amplify#6429) --------- Co-authored-by: Caleb Pollman <[email protected]> * chore: fix publish-hotfix actions (aws-amplify#6527) * chore(examples): add missing prefix to storage initial values (aws-amplify#6519) * fix(storage-browser): hotfix move useProcessTasks concurrency option to dispatch handler (aws-amplify#6529) * fix(storage-browser): move useProcessTasks concurrency option to dispatch handler (aws-amplify#6528) * fix(storage-browser): move useProcessTasks concurrency option to dispatch handler (aws-amplify#6525) * chore: fix publish-hotfix actions (aws-amplify#6527) * Version Packages * chore: bump size limit --------- Co-authored-by: Caleb Pollman <[email protected]> * chore: remove changeset for hotfixed commit --------- Co-authored-by: Caleb Pollman <[email protected]> * chore(examples): update sample react-router's react-router-dom dep (aws-amplify#6530) * chore(deps): bump vite (aws-amplify#6536) * fix(StorageBrowser): update createEnhancedListHandler interfaces (aws-amplify#6533) * chore(build-system-tests): reduce frequency of RN tests (aws-amplify#6538) * chore: automate hotfix procedure * fix: hotfix bug on ui-react (#6) * fix: merge back PR * Version Packages (#7) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Caleb Pollman <[email protected]> Co-authored-by: Joon Choi <[email protected]> Co-authored-by: Tiffany Yeung <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passes and tests are updated/addeddocs
,e2e
,examples
, or other private packages.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.