Select box dropdown in tableRepeater is limited

Hi everyone, Is there a way to display the drop-down list at the top instead of displaying it at the bottom? as you can see in the attached image, the drop-down list is not displayed completely.
No description
2 Replies
Alnuaimi
Alnuaimi2mo ago
Try add ->top() Or use custom class css use Filament\Forms\Components\Select; Select::make('your_field') ->options($yourOptions) ->extraAttributes(['class' => 'custom-dropdown']);
helloworld
helloworld2mo ago
use filament ->optionsLimit(n) features

Did you find this page helpful?