@use('Filament\Support\Facades\FilamentAsset') @php use function Filament\Support\prepare_inherited_attributes; $placeholder=$this->getConfigs()->getPlaceholder(); $hasCloseButton=$this->getConfigs()->hasCloseButton(); $isRetainRecentIfFavorite=$this->getConfigs()->isRetainRecentIfFavorite(); $maxItemsAllowed = $this->getConfigs()->getMaxItemsAllowed() ?? 10; $hasFooterView=$this->getConfigs()->hasFooterView(); $footerView=$this->getConfigs()->getFooterView(); $EmptyQueryView=$this->getConfigs()->getEmptyQueryView(); @endphp