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
Is your feature request related to a problem? Please describe.
Deleting a value in a MultiComboBox can only be done using the mouse by clicking on the cross symbol in the item.
Describe the solution you'd like
When the cursor is in the textbox, backspace should delete the last item before the cursor.
When I press backspace here, 'UI5' should be deleted.
Describe alternatives you've considered
Leave it as it is or use the delete key (both non-intuitive IMHO)
The text was updated successfully, but these errors were encountered:
- all input like elements such as Input, MultiComboBox, Select use the same CSS for styling host
- all icons than needs to be styled as input icons have a common CSS - InputIcon.css
- users can now overstyle all input elements by setting styles to host
- fixes tiny bug in Select when Picker is open - icon background color should be pressed
- adds a better keyboard handling for MultiComboBox
FIXES: #766
- all input like elements such as Input, MultiComboBox, Select use the same CSS for styling host
- all icons than needs to be styled as input icons have a common CSS - InputIcon.css
- users can now overstyle all input elements by setting styles to host
- fixes tiny bug in Select when Picker is open - icon background color should be pressed
- adds a better keyboard handling for MultiComboBox
FIXES: #766
Is your feature request related to a problem? Please describe.
Deleting a value in a MultiComboBox can only be done using the mouse by clicking on the cross symbol in the item.
Describe the solution you'd like

When the cursor is in the textbox, backspace should delete the last item before the cursor.
When I press backspace here, 'UI5' should be deleted.
Describe alternatives you've considered
Leave it as it is or use the delete key (both non-intuitive IMHO)
The text was updated successfully, but these errors were encountered: