FilamentF
Filament14mo ago
Xavi

TextInput Autocomplete doesn't works

I have a TextInput field where I need to disable autocomplete. I added ->autocomplete(false), but it doesn’t work in production; the field is still populated when editing a record. Is it possible to have the field fill as empty if it’s null (without using the browser’s autocomplete capability)?
Was this page helpful?