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
When you set the v-shortkey to an empty array then when a user selects a value in ANY input on the screen from the chrome autofill suggestions, it fires the @shortkey event.
The text was updated successfully, but these errors were encountered:
We are hitting the same issue. What's strange is that it's only for our production build, and we can't repro it locally in the development build. Also, if this helps at all, we're getting that if we change a field, or if you hit the Print Screen key (for some reason), but not other keys.
Update: We were able to pass undefined as the array, which seemed to stop the behavior.
As the title states:
When you set the v-shortkey to an empty array then when a user selects a value in ANY input on the screen from the chrome autofill suggestions, it fires the @shortkey event.
The text was updated successfully, but these errors were encountered: