We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a44ec commit 9c33578Copy full SHA for 9c33578
docs/.vuepress/components/BaseInput.vue
@@ -3,7 +3,7 @@
3
:value="modelValue"
4
:type="type"
5
class="shadow-sm rounded-md text-base transition-all disabled:cursor-not-allowed disabled:border-gray-300 disabled:text-gray-300 focus:border-primary focus:ring focus:ring-offset-0 focus:ring-primary focus:ring-opacity-50"
6
- @change="$emit('update:modelValue', $event.target.value)"
+ @input="$emit('update:modelValue', $event.target.value)"
7
/>
8
</template>
9
0 commit comments