text-area
v0.88.2arrow_drop_downv0.88.2
v0.86.0
v0.85.0
v0.84.0
STATUS
Passing
DOWNLOADS
3,562
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
3 years ago
SIZE
74 KB
Called on change.
1 contributor
Like
Install text-area as a package?
Copied
npm i @bit/semantic-org.semantic-ui-react.text-area
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example 
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout






chevron_left
chevron_right
Called on change.
Called on input.
TextArea ()
A TextArea can be used to allow for extended user input.
Properties
Name | Type | Default value | Description |
---|---|---|---|
as | elementType | 'textarea' | An element type to render as (string or function). |
onChange | function | The React SyntheticEvent object | |
onInput | function | The React SyntheticEvent object | |
rows | number | string | 3 | Indicates row count for a TextArea. |
value | number | string | The value of the textarea. |