⚡
Select
you can use
Select::class
to build a select input like thisSelect::make('name');
this class works with splade
x-splade-select
it has some more methods for setting options
->options(array) //you can use Options::class to add new options or array ["name"=>"", "id"=>""]
->trackByName(string)
->trackById(string)
->multi(bool)
Last modified 7mo ago