FilamentF
Filament2y ago
Sven

Autocomplete with custom values?

Hey!

If I read it correctly, the TextInput still allows custom values, but completes with a predefined array ( https://filamentphp.com/docs/3.x/forms/fields/text-input#autocompleting-text-with-a-datalist ) whereas the selectinput allows compley callbacks for providing the suggestions, but does not allow custom values. Is there something that does both? The TagsInput seems a great fit, but always allow multiple values. I am looking for an autocomplete that accepts a single value, which can also be custom :D
Was this page helpful?