Brian.
Forms\Components\Select::make('country_id') this dropdown is lagging
Yeah, it does that because it's
searchable()
, which means it doesn't use the native select, but uses their customizable select instead. And that needs to load in.
I'm not sure if you can fix that in a way. I think that needs to be preloaded by Filament itself.
Or making a completely custom select.25 replies