F
Filament7mo ago
askar

select

i wanna make select disabled depends on another form field input like Select::make('funding_amount')->label('amount')
->options([ 'k' => 'k', 'm' => 'm', 'b' => 'b', ])->default('k')
1 Reply
Dennis Koch
Dennis Koch6mo ago
Please read the docs. There is an example for dependant fields. Also note that this won’t work for searchable selects/non native selects.