parfum/resources/views/flux/autocomplete/index.blade.php
2025-09-13 10:36:12 +07:00

8 lines
279 B
PHP

<ui-select autocomplete clear="esc" data-flux-autocomplete {{ $attributes->only('filter')->merge(['filter' => true]) }}>
<flux:input :attributes="$attributes->except('filter')" />
<flux:autocomplete.items>
{{ $slot }}
</flux:autocomplete.items>
</ui-select>