matiastucci/vue-input-tag

form tabindex not working

chiragob opened this issue · 1 comments

Version of Vue I'm using?: 2.6.8

Version of vue-input-tag I'm using?: 0.0.16

I have created a simple order entry form. and I am using vue-input-tag component
I set tabindex on form but not working
I added add-tag-on-keys props only 13(enter key) but not working

please help me how to set tabindex in vue-input-tag

thanks
chirag

focus is working for me, can you add give a code that is showing the bug?