question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for <textarea> (just like in MDC Web)

See original GitHub issue

Is TextField supposed to wrap textarea instead of the provided Input when the prop textarea is set to true?

Will there be also a wrapper for textarea similar to Input?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
moog16commented, Jun 29, 2018

Got it. I’ll try getting a working example working and then update the docs.

0reactions
moog16commented, Aug 10, 2018

While chatting on Discord, a user explained that the outlined and textarea props will trigger a double outline. The intention is to only use the textarea prop. Whatever is documented on MDCW should also be documented here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

mdc-text-field--textarea with variant Full Width, unexpected ...
What is the expected behavior? Textarea keeps its original width. Any other information you believe would be useful? The following styles are ...
Read more >
Text fields - Material Design
Text fields let users enter, edit, and select text.
Read more >
@material/mwc-textarea - npm
Properties/Attributes ; helper, string, Helper text to display below the input. Display default only when focused. ; helperPersistent, boolean ...
Read more >
Text Field - Material Components for the Web
A text field doesn't require a label if a separate but clear label indicator is already displayed adjacent to the text field. Add...
Read more >
javascript - MDC - Text Input can't be initialized - Stack Overflow
Strangely, it worked now removing const textField =... This is the new JS code: // MDC const mdc = window.mdc; // Auto init...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found