You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a form that uses Hyperdom's binding (which I assume listens to the input's onchange event) and then fill that form with iOS Chrome's autofill, the onchange event doesn't get fired when the input is filled. So it looks like it's filled but when you proceed to next input you can see it hasn't:
@AlecRust I am running into this same issue and I think it just has to do with iOS Chrome cause I'm not using much on front end aside from Vue.js. Did you find a solution for this?
If you have a form that uses Hyperdom's
binding
(which I assume listens to the input'sonchange
event) and then fill that form with iOS Chrome's autofill, theonchange
event doesn't get fired when the input is filled. So it looks like it's filled but when you proceed to next input you can see it hasn't:Not sure this is a Hyperdom issue really, same probably happens in React/Angular etc. Possibly related Chrome issue: https://bugs.chromium.org/p/chromium/issues/detail?id=352527
Have you come across this on other Hyperdom forms when you try to use Autofill?
Note: I don't get this issue on macOS Chrome.
The text was updated successfully, but these errors were encountered: