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
Is there a possibility to change the "autocomplete" attribute on the <input> from the default value "off" to something else? Currently the "off" doesn't work in Chrome.
I tested with: this.$refs.autocomplete.setAttribute('autocomplete', 'on'); this.$refs.autocomplete.setAttribute('autocomplete', 'test');
but an error appears :
"TypeError: this.$refs.autocomplete.removeAttribute is not a function".
Best regards,
Simona
The text was updated successfully, but these errors were encountered:
Hello,
Is there a possibility to change the "autocomplete" attribute on the
<input>
from the default value "off" to something else? Currently the "off" doesn't work in Chrome.I tested with:
this.$refs.autocomplete.setAttribute('autocomplete', 'on');
this.$refs.autocomplete.setAttribute('autocomplete', 'test');
but an error appears :
"TypeError: this.$refs.autocomplete.removeAttribute is not a function".
Best regards,
Simona
The text was updated successfully, but these errors were encountered: