You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click on any item that is not selected. The select will close and open again very fast (looks like it never closes). Clicking on the already selected option is fine.
Now delete the value-state attribute - no matter on which item you click, it works well (select closes on click).
The text was updated successfully, but these errors were encountered:
vladitasev
changed the title
ui5-select does not close on click when there is value state
ui5-select does not close on click when there is value state
Jan 14, 2021
When the accessibility refactoring of was done the focus reference was changed. The click event should focus the correct element so the internal rules which controls the visibility of value state could pass.
Fixes: #2682
NHristov-sap
pushed a commit
to NHristov-sap/ui5-webcomponents
that referenced
this issue
Feb 9, 2021
When the accessibility refactoring of was done the focus reference was changed. The click event should focus the correct element so the internal rules which controls the visibility of value state could pass.
Fixes: SAP#2682
On master:
Try the following:
Click on any item that is not selected. The select will close and open again very fast (looks like it never closes). Clicking on the already selected option is fine.
Now delete the
value-state
attribute - no matter on which item you click, it works well (select closes on click).The text was updated successfully, but these errors were encountered: