[Input.TextArea] suffix and prefix support
See original GitHub issue- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
This feature will be very useful to add a helper (question/information icon) to Input.TextArea
component.
What does the proposed API look like?
Same as in Input
component.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Style attributes doesn't work on Input with suffix or prefix
style property on input with suffix or prefix property isn't supported in the implementation of Input component.
Read more >Input prefix or suffix | U.S. Web Design System (USWDS)
Use input prefixes and suffixes to show symbols or abbreviations that help users enter the right type of information in a form's text...
Read more >Input - Ant Design
A basic widget for getting the user input is a text field. ... Add a prefix or suffix icons inside input. expand code...
Read more >Input - Ant Design - A UI Design Language
A basic widget for getting the user input is a text field. ... Add prefix or suffix icons inside input. expand code ......
Read more >Input with prefix and suffix attached - CodePen
<h1> Input Prefix and Suffix </h1>. 3. <form>. 4. <div class="row"> ... <span class="input-group-addon prefix">Prefix</span>.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would also appreciate this. Is there any reason why you’re opposed to implementing it?
Hi, @afc163
I need something like this, but with TextArea (multiline):
With
Input.Group
looks like I can do only something like that:But it’s look a little bit weird, or I’m missing something?