Select component clear function added

This commit is contained in:
EnesSacid-Buker 2022-10-24 16:59:00 +03:00 committed by GitHub
parent e6499dd7e6
commit 34326ed18b
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