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
I am trying to use the v-shortkey in a v-autocomplete componente (vuetify), but it is not working. I have tried on mac and linux.
The way I am using: <v-autocomplete v-shortkey.focus="{windows: ['ctrl', 'k'], mac: ['meta', 'k']}"></v-autocomplete>
Does any one have a suggestion or an idea why is it not working?
Thank you all.
The text was updated successfully, but these errors were encountered:
Thank you for your reply @iFgR.
I have added the autofocus on the v-autocomplete component. However, the shortkey didn't work for focus when pressing this combination of keys.
Do you have any idea?
Once again, thank you for your help.
I am trying to use the v-shortkey in a v-autocomplete componente (vuetify), but it is not working. I have tried on mac and linux.
The way I am using:
<v-autocomplete v-shortkey.focus="{windows: ['ctrl', 'k'], mac: ['meta', 'k']}"></v-autocomplete>
Does any one have a suggestion or an idea why is it not working?
Thank you all.
The text was updated successfully, but these errors were encountered: