Safari only: x-model
does not detect an "autocompleted" input change
#1501
Unanswered
calebrunion
asked this question in
5. Bugs
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I use
x-model
to disable a form's submit button until its related fields have values.The following code used to work in V2 across modern browsers. But in V3, it breaks when you autocomplete an input in Safari (macOS and iOS). However, it continues to work as expected in Chromium & Firefox.
Note: This bug is only for the autocomplete case;
x-model
will detect change when you simply type in the input.Beta Was this translation helpful? Give feedback.
All reactions