We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I seeing this in demo
<b-form-input :textarea="true" :rows="9"></b-form-input>
This is still like <input>, not <textarea>.
<input>
<textarea>
Please change to:
<b-form-textarea :rows="9"></b-form-textarea>