-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hidden b-form-textarea
not auto-sizing when becoming visible
#3936
Closed
tradingstratagem opened this issue
Aug 23, 2019
· 3 comments
· Fixed by #3937, mariazevedo88/hash-generator-js#4 or tghelere/CL#8
Closed
Hidden b-form-textarea
not auto-sizing when becoming visible
#3936
tradingstratagem opened this issue
Aug 23, 2019
· 3 comments
· Fixed by #3937, mariazevedo88/hash-generator-js#4 or tghelere/CL#8
Labels
Comments
tmorehouse
added a commit
that referenced
this issue
Aug 23, 2019
…er component with transition delays (closes #3936)
tmorehouse
changed the title
Hidden b-form-textarea
Hidden Aug 24, 2019
b-form-textarea
not auto-sizing when becoming viable
PR #3937 should have this fixed (once it is merged into 2.0.0 stable branch) |
Thank you |
tmorehouse
changed the title
Hidden
Hidden Aug 24, 2019
b-form-textarea
not auto-sizing when becoming viableb-form-textarea
not auto-sizing when becoming visible
BootstrapVue v2.0.0 stable has been released. See https://bootstrap-vue.js.org/docs/misc/changelog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Expected behavior
The textarea should have the correct height from the beginning
Before
After typing in a character
Versions
Libraries:
Environment:
The text was updated successfully, but these errors were encountered: