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
When setting pointer-events: auto on the disabled vaadin-select it is possible to open it on click (and then it closes immediately). This is unexpected since clicking any component that is disabled should be ignored.
select-disabled-flash.mp4
Expected outcome
Expected no overlay open when disabled even if pointer-events: auto set on the host.
Description
When setting
pointer-events: auto
on the disabledvaadin-select
it is possible to open it on click (and then it closes immediately). This is unexpected since clicking any component that isdisabled
should be ignored.select-disabled-flash.mp4
Expected outcome
Expected no overlay open when
disabled
even ifpointer-events: auto
set on the host.Minimal reproducible example
Steps to reproduce
Open the page and click the disabled select.
Environment
Vaadin version(s): v24, v23
Browsers
Issue is not browser related
The text was updated successfully, but these errors were encountered: