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.

Input type "textarea"

See original GitHub issue

Issue 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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

5reactions
kiyasovcommented, Oct 9, 2019

It worked for me image

0reactions
artyorshcommented, Sep 9, 2019

@mrmurphy, unfortunately, we don’t have TextArea yet. Can be size property helpful for you? If not, you can set the height of the Input based on your needs with Eva mappings. See an example

Read more comments on GitHub >

github_iconTop 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 >

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