Input type "textarea"
See original GitHub issueIssue type
I’m submitting a … (check one with “x”)
- bug report
- feature request
Issue description
Current behavior:
Looking at https://akveo.github.io/react-native-ui-kitten/docs/components/input/overview#input, the screenshots show different component types, including textarea
and select
but I’m unclear on how to use them. Are those types implemented? If so, how to use them? If not, by when do you plan to implement them?
Expected behavior:
Support textarea
and select
input types.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
HTML textarea tag - W3Schools
The <textarea> tag defines a multi-line text input control. The <textarea> element is often used in a form, to collect user inputs like...
Read more >The Textarea element - HTML: HyperText Markup Language
The <textarea> HTML element represents a multi-line plain-text editing control, useful when you want to allow users to enter a sizeable ...
Read more >More than 1 row in <Input type="textarea" /> - Stack Overflow
input type ='textarea' is not valid HTML. It partially worked because it simply defaulted to input type='text' , hence why the OP originally...
Read more >HTML TextArea – How to Add a Text Box Input Type Tag to ...
HTML TextArea – How to Add a Text Box Input Type Tag to Your Website ... A text box is a section of...
Read more >HTML - textarea Tag - Tutorialspoint
The HTML <textarea> tag is used within a form to declare a textarea element - a control that allows the user to input...
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 Free
Top 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
It worked for me
@mrmurphy, unfortunately, we don’t have
TextArea
yet. Can besize
property helpful for you? If not, you can set the height of the Input based on your needs with Eva mappings. See an example