Select Field Input

Is it possible to input a value into a select form field if the value you want does exist in the options given?
6 Replies
Expecto Patronum
Yes . If you using a relationship . You can use by creating a new option in a modal. https://filamentphp.com/docs/3.x/forms/fields/select
Reaper8911
Reaper89113mo ago
Is there a way if you aren’t using a relationship?
krekas
krekas3mo ago
Can you explain what you want to do here?
Reaper8911
Reaper89113mo ago
I want to have a select field that allows adding a text input if the option needed isn't available. Doing this is regular Laravel is easy but I can find not way of doing so using Filament.
Expecto Patronum
I dont think filament has a function to add other options in select field without using a relationship since that is the only way based on documentation . Please share here if you found out the solution . Thanks