X-model doesnt update when using safari autofill #1810
Replies: 2 comments 4 replies
-
I made a pen for this problem: |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tombien
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have
When I type some value to input field, my model is updated. When I use autofill in Safari, input value is updated but model is not updated (x-text in span is still null).
I tried to put some event log, like this:
When type on keyboard, everything is OK. When using autofill, events are fired, Events have targe.value with correct value, but 'name' is null in console and in span.
Autofill in Chrome is OK and everything is updated.
Beta Was this translation helpful? Give feedback.
All reactions