-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Describe the bug
When a textarea is initially hidden it isn't rendered correctly.
The rows property is not taken into account, so the textarea is very small.
Steps to reproduce the bug
- Put a b-form-textarea inside a modal
- Open the modal
- The textarea has not the correct height
- Type in something and it automatically adjust its height
Expected behavior
The textarea should have the correct height from the beginning
Versions
Libraries:
- BootstrapVue: 2.0.0-rc.28
- Bootstrap: 4.3.1
- Vue: 2.6.10
Environment:
- Device: Mac
- OS: macOS Mojave
- Browser: Chrome
- Version: 76
Reactions are currently unavailable

