Summer Sale! All accounts are 50% off this week.

mahmandev's avatar

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.

0 likes
5 replies
rdelorier's avatar

You should use the change event on the select

mahmandev's avatar

Well now I have another problem... When the form is submitted the value of the select input is "[object Object]".

I'm losing my mind.

Please or to participate in this conversation.