© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•16mo ago•
3 replies
M.

Creatinga a new option in select

i using this code in select
->createOptionForm([
TextInput::make('label')
->label('New category')
->required(),
RichEditor::make('description')
]),
and when this code is clicked it adds a + button next to the select column and opens a modal, and I also use searchable so I want when a record is searched and the record doesn't exist it displays the option to create a new record but without displaying the modal, so I can type the data directly in the select
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Prevent select option re-rendering in SelectInput
FilamentFFilament / ❓┊help
3y ago
Repeater remove selected option in a select
FilamentFFilament / ❓┊help
3y ago
Modifiy an option in a select
FilamentFFilament / ❓┊help
3y ago
Pagination in select option
FilamentFFilament / ❓┊help
3y ago