fix: make shadow-none & ring-0 important while focus for MultiselectInput Control
This commit is contained in:
parent
96819956c9
commit
c1d51ba188
@ -17,7 +17,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</Button>
|
</Button>
|
||||||
<TextInput
|
<TextInput
|
||||||
class="min-w-20 flex-1 border-none bg-white hover:bg-white focus:border-none focus:shadow-none focus-visible:ring-0"
|
class="min-w-20 flex-1 border-none bg-white hover:bg-white focus:border-none focus:!shadow-none focus-visible:!ring-0"
|
||||||
v-model="currentValue"
|
v-model="currentValue"
|
||||||
@keydown.enter.capture.stop="addValue"
|
@keydown.enter.capture.stop="addValue"
|
||||||
@keydown.tab.capture.stop="addValue"
|
@keydown.tab.capture.stop="addValue"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user