no-arrow option added for select component

This commit is contained in:
Burak Civan
2022-06-15 14:37:34 +03:00
parent 9c788faff1
commit 6e05576951
5 changed files with 738 additions and 12107 deletions

View File

@ -121,6 +121,10 @@
clearable
@endif
@if (isset($attributes['no-arrow']))
:no-arrow="{{ $attributes['no-arrow'] }}"
@endif
@if (isset($attributes['v-disabled']))
:disabled="{{ $attributes['v-disabled'] }}"
@endif