We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Activating vaadin-multi-select-combo-box clear button with touch clears <input> value, but not filter property.
vaadin-multi-select-combo-box
<input>
filter
I was able to reproduce this in Android Chrome, iOS Simulator and in the Chrome devtools device emulator.
Expected either the filter to stay preserved (as on the desktop browsers) or to be removed.
Can be reproduced using the dev page in this repo.
Vaadin version(s): latest
Chrome, Safari on iOS
The text was updated successfully, but these errors were encountered:
sissbruecker
Successfully merging a pull request may close this issue.
Description
Activating
vaadin-multi-select-combo-box
clear button with touch clears<input>
value, but notfilter
property.I was able to reproduce this in Android Chrome, iOS Simulator and in the Chrome devtools device emulator.
filter-mobile.mp4
Expected outcome
Expected either the filter to stay preserved (as on the desktop browsers) or to be removed.
Minimal reproducible example
Can be reproduced using the dev page in this repo.
Steps to reproduce
Environment
Vaadin version(s): latest
Browsers
Chrome, Safari on iOS
The text was updated successfully, but these errors were encountered: