Seletbox add clear feature

This commit is contained in:
Cüneyt Şentürk
2021-08-19 10:19:35 +03:00
parent ac97b08b44
commit 3987c247a5
12 changed files with 75 additions and 0 deletions

View File

@@ -59,6 +59,12 @@
:readonly="{{ $attributes['readonly'] }}"
@endif
@if (isset($attributes['clearable']))
:clearable="{{ $attributes['clearable'] }}"
@else
clearable
@endif
@if (isset($attributes['disabled']))
:disabled="{{ $attributes['disabled'] }}"
@endif