Merge pull request #2656 from brkcvn/dynamic-options

Value checked on dynamic options for Select components
This commit is contained in:
Cüneyt Şentürk
2022-10-10 13:24:39 +03:00
committed by GitHub
3 changed files with 78 additions and 13 deletions

View File

@ -65,6 +65,12 @@
search-text="{{ $searchText }}"
@endif
@if (! empty($attributes['dynamic-options-value-check']))
dynamic-options-value-check
@elseif (! empty($dynamicOptionsValueCheck))
dynamic-options-value-check
@endif
@if (empty($multiple))
@if (isset($selected) || old($name))
value="{{ old($name, $selected) }}"