missing handleinput on select

This commit is contained in:
2023-04-23 20:37:02 +10:00
parent 2d7a91e368
commit 0e42fc657b

View File

@@ -30,7 +30,7 @@
<ion-icon
class="select-dropdown-icon"
name="caret-down-outline" />
<select class="select-input-control">
<select class="select-input-control" @input="handleInput">
<option
v-for="option in Object.entries(props.options)"
:key="option[0]"