I seeing this in **demo** ```html <b-form-input :textarea="true" :rows="9"></b-form-input> ``` This is still like `<input>`, not `<textarea>`. **Please change to:** ```html <b-form-textarea :rows="9"></b-form-textarea> ```