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
Originally reported at #2232 (comment)
The click event listener on the combo-box causes it to be focused regardless of where the user clicked:
click
web-components/packages/combo-box/src/vaadin-combo-box-mixin.js
Line 285 in 8a89320
Click on helper text should not focus the field, as in other components e.g. vaadin-select.
vaadin-select
Clicking the helper text focuses the combo-box input and opens the dropdown.
The text was updated successfully, but these errors were encountered:
web-padawan
Successfully merging a pull request may close this issue.
Description
Originally reported at #2232 (comment)
The
click
event listener on the combo-box causes it to be focused regardless of where the user clicked:web-components/packages/combo-box/src/vaadin-combo-box-mixin.js
Line 285 in 8a89320
Expected outcome
Click on helper text should not focus the field, as in other components e.g.
vaadin-select
.Actual outcome
Clicking the helper text focuses the combo-box input and opens the dropdown.
Environment
The text was updated successfully, but these errors were encountered: