Merge pull request #2685 from EnesSacid-Buker/master
Select component when the option is cleared, trigger the event issue
This commit is contained in:
commit
f8bab2cec1
@ -139,6 +139,10 @@
|
||||
@visible-change="{{ $attributes['visible-change'] }}"
|
||||
@endif
|
||||
|
||||
@if (! empty($attributes['clear']))
|
||||
@clear="{{ $attributes['clear'] }}($event)"
|
||||
@endif
|
||||
|
||||
@if (isset($attributes['readonly']))
|
||||
:readonly="{{ $attributes['readonly'] }}"
|
||||
@endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user