Merge pull request #2685 from EnesSacid-Buker/master

Select component when the option is cleared, trigger the event issue
This commit is contained in:
Cüneyt Şentürk 2022-10-24 17:20:45 +03:00 committed by GitHub
commit f8bab2cec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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