Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[Bug Report] click handler not executed when clicked on clearable icon of empty text-field #10965
Comments
Just remove clearable, then the problem solved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Vuetify Version: 2.2.19
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.149
OS: Windows 10
Steps to reproduce
Click on the right side of the input (the area where the clear icon is show if the clearable field has a value)
Expected Behavior
Menu should open
Actual Behavior
Menu doesn't open
Reproduction Link
https://codepen.io/jkarczm/pen/OJVdJPm?editors=1010