fix: #19231 - v20 AutoComplete onAdd not triggering on Enter#19285
fix: #19231 - v20 AutoComplete onAdd not triggering on Enter#19285cetincakiroglu merged 1 commit intomasterfrom
Conversation
|
Thank you for your contribution! We will review your PR shortly. Please make sure to manually link it to an issue for proper tracking. |
AI Code ReviewLooks Good SummaryAdds missing onAdd.emit() call when Enter key is pressed in multiple mode AutoComplete, ensuring consistent event emission behavior across different input methods (separator vs Enter key) Issue AlignmentExcellent alignment. The PR directly addresses the reported issue where onAdd event was not firing when pressing Enter in multiple mode, while it was firing for separator characters. The fix is minimal and targeted. This is an automated review. A maintainer will provide final approval. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Thanks a lot for your contribution! But, Unit tests failed. You can check the unit tests with the command 'pnpm run test:unit' and commit the changes. |
fixes #19231