Skip to content

Commit

Permalink
Merge pull request #2685 from EnesSacid-Buker/master
Browse files Browse the repository at this point in the history
Select component when the option is cleared, trigger the event issue
  • Loading branch information
cuneytsenturk committed Oct 24, 2022
2 parents e6499dd + 34326ed commit f8bab2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/components/form/group/select.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8bab2c

Please sign in to comment.