We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362622c commit 0f6f4b4Copy full SHA for 0f6f4b4
docs/.vuepress/components/BaseSelect.vue
@@ -1,7 +1,6 @@
1
<template>
2
<select
3
:value="modelValue"
4
- type="text"
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
@input="$emit('update:modelValue', $event.target.value)"
7
>
@@ -19,7 +18,7 @@
19
18
20
<script>
21
export default {
22
- name: 'BaseInput',
+ name: 'BaseSelect',
23
props: {
24
modelValue: {
25
default: undefined
0 commit comments