-
Notifications
You must be signed in to change notification settings - Fork 273
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
fix(ui5-combobox): User action cancelled when clicking "X" on mobile #2742
fix(ui5-combobox): User action cancelled when clicking "X" on mobile #2742
Conversation
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.
_selectedItem sounds a little bit strange. Maybe _selectedItemText / TItle ??
- add tests
Variable is updated. About the test, I wasn't able to simulate a mobile device so as to test it, furthermore, there don't have any tests for mobile devices. |
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.
thanks for the fix, just hold for a while until I check it please
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.
Does not seem to work as expected
Here you can see openui5 cbx with selected "Bulgaria", open the picker, you can see "Bulgaria", clicking "X" - you see Bulgaria
openui5.mov
The Current change: "Bulgaria' is selected, open the picker - "Bulgaria" is already lost, close the picker with X, "Bulgaria" is lost:
Fixes: #2449