wffranco / vue-strap

Bootstrap components built with Vue.js
http://wffranco.github.io/vue-strap/
MIT License
338 stars 133 forks source link

please don't hardcode tabindexes #176

Open crowincage opened 6 years ago

crowincage commented 6 years ago

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!