Closed matheusgrieger closed 7 years ago
I will make a new release today, with this.
Thank you, @icaioincau! But actually, it doesn't just solve the issue with Vuetify. Any other component framework (KeenUI, for example) gets fixed as well, as far as I tested it.
Solves issue #25.
Simple solution: the used element was the component's root, instead of the input itself.
The proper input was used to attach the events, but not for everything else. Solved by just sending the input element to everywhere the root element was being passed onto.