Does anyone know how to remove or eliminate the Google? I created a group that shows a repeatable group with the search results, but Google gets in the way:
I have used the default dropdown for some option sets in my database where there are ~4-8 items in the dropdown.
I can’t use the default dropdown for certain areas of my app, as some customers will have hundred or thousands of records. They’ll need a way to search the database for the item they want:
Previously, I could type text into the input field and it would narrow down the list in my repeating group, or I could click an item on the repeating group and it would be supplanted into the input field.
This simple fix was suggested to me by Steve S. He recommended I disable the input field. That way the user cannot write into it and Google will not try AutoFill it:
I also add a second search field so the user can type in some characters to narrow down the list. They then click the item in the repeating group to populate the input field.
All good thoughts everyone! What are ya’lls thoughts on how to handle this with a search box that is pulling geographic places from the google maps API? Very useful feature, but autofill makes it almost useless.
Suggestions through code seem to look like “Which solved the issue for me is setting the form fields to read only and then removing the attribute once the user focus them.”
I tried to disable the search box and then set a conditional that tries to enable the search box when it’s focused on to mimick that code, but it remains disabled.
Hi @arensbpa did you find a solution for this issue? I’m having the same problem: need the geographic places autofill to work and having the chrome search box autofill covering the results.
If you have some ideas to share, it would be much appreciated.
thanks!
Kinda solved: For the address topic, I’ve got a plugin (google places autocomplete from Zeroqode) and it’s working fine.
But for other input fields (search for users or other types of data), I’m still bumping into the big suggestions window from last searches…
hi @vnihoul77 thanks for letting me know about this plugin. I’ve bought it but it’s not working for my inputs. I’ve placed the plugin next to the inputs I wanted to disable, then filled the input ID field and chosen the option “desactivate” but it hasn’t change the input behaviour and the autocomplete still showing up. Any tip to share?
Thanks
Is this happening on Chrome? Did you already fill this field on this browser?
You could try on incognito mode, might be that your browser saved the type field.