Search
Get Started
F
Filament
•
3y ago
notnotnot
Suggestions for TextInput
Can we show suggestions for TextInput like we show for TagsInput
? like a list of items and users can either select from those or write in text field themselves
Solution
You can use
datalist()
datalist()
https://filamentphp.com/docs/3.x/forms/fields/text-input#autocompleting-text-with-a-datalist
Text input - Form Builder - Filament
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,392
Members
View on Discord
Was this page helpful?
Yes
No
Solution
P
Patrick Boivin
•
8/26/23, 12:24 PM
You can use
datalist()
datalist()
https://filamentphp.com/docs/3.x/forms/fields/text-input#autocompleting-text-with-a-datalist
Text input - Form Builder - Filament
N
notnotnot
OP
•
8/26/23, 12:43 PM
Thanks
. exactly what I was looking for