Is possible have an input can be select and text input in same time ?
Is possible have an input can be select and text input in same time
like if the data exist shows in select input, if not can be add in the text input
3 Replies
Try use afterStateUpdate ... and Get / Set
Alternatively, you can show text input when Select value "Other" is chosen, we recently wrote about it: https://filamentexamples.com/tutorial/select-with-a-free-form-text-input
Filament Examples
Select Value “Other” with Free-Form Text Input
Thanks @PovilasKorop for your response, I think that is what I want