vue-strap
vue-strap copied to clipboard
please don't hardcode tabindexes
I've implemented the select component in several forms and was wondering why tabindex isn't following my order. A look inside the select component's template explained me why - there's a tabindex hardcoded to 1 inside.
Please remove the tabindex in this place or change it to a property. Otherwise a developer has no change to implement own tabindex.
thanks a lot for your work!