You should use the change event on the select
Nov 26, 2016
5
Level 5
How to trigger Vue event when selecting an option from select list
JSFiddle: https://jsfiddle.net/qc7yqvvs/
It works when I use the mouse to click on an option, but if I use the arrow keys to navigate the options it won't update the multiplier. The guide only has the :click event, I tried with :select, :enter and others but they don't seem to exist.
Please or to participate in this conversation.