#Long Ho
1 messages ยท Page 1 of 1 (latest)
are those 3 elements filled when auto-fill is used?
yup
we have logic to validate the form to make sure all 3 complete are true based on onChange
because only 1 onChange is triggered we cannot tell if they were all valid/filled in or not
in the screenshot above I was focusing on CardExpiryElement so I got onChange for that and was able to validate it
I tried with my own integration and i'm able to get onChange events for all 3 elements when using auto-fill
which autofill mechanism did u use? was it native Chrome?
i used 1password auto-fill
interesting let me try a codesandbox and see if I can reproduce it
yup sure! it'll be helpful if the issue can be reproduced in codesandbox
yup trying to set that up right now
ok seems to work on codesandbox https://codesandbox.io/s/elastic-lalande-8pvpw4?file=/src/App.tsx so looks like issue's on my side ๐ thanks a lot for checking!
No problem! Happy to help ๐