@php use Filament\Support\Facades\FilamentView; $fieldWrapperView = $getFieldWrapperView(); $extraInputAttributeBag = $getExtraInputAttributeBag(); $canSelectPlaceholder = $canSelectPlaceholder(); $isAutofocused = $isAutofocused(); $isDisabled = $isDisabled(); $isMultiple = $isMultiple(); $isSearchable = $isSearchable(); $isRequired = $isRequired(); $isConcealed = $isConcealed(); $isHtmlAllowed = $isHtmlAllowed(); $isNative = (! ($isSearchable || $isMultiple) && $isNative()); $isPrefixInline = $isPrefixInline(); $isSuffixInline = $isSuffixInline(); $key = $getKey(); $id = $getId(); $prefixActions = $getPrefixActions(); $prefixIcon = $getPrefixIcon(); $prefixIconColor = $getPrefixIconColor(); $prefixLabel = $getPrefixLabel(); $suffixActions = $getSuffixActions(); $suffixIcon = $getSuffixIcon(); $suffixIconColor = $getSuffixIconColor(); $suffixLabel = $getSuffixLabel(); $statePath = $getStatePath(); $state = $getState(); @endphp @if ($isNative) @else
merge($getExtraAlpineAttributes(), escape: false) }} >
@endif