visible-change attribute is added to all select based form controls

This commit is contained in:
Sevan Nerse
2020-12-28 11:47:43 +03:00
parent c78a5a0a4e
commit f25331f949
10 changed files with 40 additions and 0 deletions

View File

@@ -41,6 +41,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (!empty($attributes['visible-change']))
@visible-change="{{ $attributes['visible-change'] }}"
@endif
@if (isset($attributes['readonly']))
:readonly="{{ $attributes['readonly'] }}"
@endif