Helper text conveys additional guidance about the input field, such as how it will be used. It should only take up a single line, being persistently visible or visible only on focus.
Using the latest build. Searched the issue, nothing found. I'm having this issue and would like to know how to solve it in vuematerial. I even accept an answer as "Don't use long helper texts".
Steps to reproduce
When using an md-field I want to add a helper text that may span multiple lines on desktop or mobile. When the content reaches multiple lines the margin-bottom: 24px of the md-field isn't adequate.
Which browser?
Firefox, Chrome
What is expected?
The md-helper-text auto-grows in height. Just like the mdc-text-field-helper-text in material.io.
Helper text
From material.io
Using the latest build. Searched the issue, nothing found. I'm having this issue and would like to know how to solve it in vuematerial. I even accept an answer as "Don't use long helper texts".
Steps to reproduce
When using an md-field I want to add a helper text that may span multiple lines on desktop or mobile. When the content reaches multiple lines the
margin-bottom: 24px
of themd-field
isn't adequate.Which browser?
Firefox, Chrome
What is expected?
The
md-helper-text
auto-grows in height. Just like themdc-text-field-helper-text
in material.io.What is actually happening?
See picture above.
Reproduction Link
-