[Vuejs]-Use the default attribute title in a b-form-input in vuejs

0👍

https://bootstrap-vue.js.org/docs/components/form-input/

Scroll to “Component Reference”

You will see that component does not support the title attribute. It isn’t a VueJS problem.

You might submit a pull request to them, as this seems like a good idea.

Leave a comment