Skip to content
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

[multi-select-combo-box] Clear button on mobile clears input but doesn't update dropdown items #7066

Closed
web-padawan opened this issue Jan 11, 2024 · 0 comments · Fixed by #7091

Comments

@web-padawan
Copy link
Member

Description

Activating vaadin-multi-select-combo-box clear button with touch clears <input> value, but not filter 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

  1. Open the dev page in this repo in Chrome
  2. Enter the device emulation mode in console
  3. Open the MSCB dropdown, type something
  4. Activate the clear button using touch

Environment

Vaadin version(s): latest

Browsers

Chrome, Safari on iOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants