#jorge.cortez
1 messages ยท Page 1 of 1 (latest)
Hi ๐
I think that is up to the browser on how it handles the auto-fill data but let me check to see if we have any configuration that might help here
What is the desired end behavior?
Ideally will be to have all the fields filled up
Another possible approach I'm considering is to use the Address element, but is there a way to hide all the fields except the first name and last name?
And also if I do that will the auto fill work as expected?
Autofill is implemented by the browser so the only advice I can give would be to make the changes and quickly test it out. Unfortunately I cannot find any configuration parameters that would let you adjust the automcomplete properties of the actual input elements rendered.
Well the Address Field does allow you to specify the auto-complete feature but that is not the browser-based autofill but rather whether or not you want to use Google Maps to autosuggest addressees.
As for the options on what to display. It looks like we only allow you to hide the phone number input
yeah the reason I was considering that was with the logic of drop the native html fields and use only stripe elements, thinking that could give the autofill a hint that is a one "full" stripe form
thank you for you help!
at least I know this is not something stripe related
And that I can't use the address element to solve this issue ๐