Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

vuetify checkbox click firing twice

Although no listed in the docs (at the time of writing).
@change is available and should be used.

there is a native click event bound to the checkbox component. 
adding an @click event causes it to fire twice. Replace @click 
with @change and should fix the problem. 
Source by github.com #
 
PREVIOUS NEXT
Tagged: #vuetify #checkbox #click #firing
ADD COMMENT
Topic
Name
3+4 =