F
Filament3mo 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)?
1 Reply
Xavi
XaviOP3mo ago
anyone knows how fix it?

Did you find this page helpful?