-
Notifications
You must be signed in to change notification settings - Fork 279
fix(ui5-multi-input): selected item is announced correctly #12321
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
Conversation
|
🧹 Preview deployment cleaned up: https://pr-12321--ui5-webcomponents.netlify.app |
ivoplashkov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my opinion, announcement List item “N” of “X” is a side effect of another enhancement and should not be announced at all. Once an item is selected, focus returns to the input field, and there should be no announcement about the list items since the list is already closed. Instead, only the tokens should be announced. Therefore, the fix should be clearing the InvisibleMessage announcement once the popover is closed.
FIXES: #12097