text-area

v0.88.2arrow_drop_down
v0.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
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
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
chevron_left
chevron_right

Called on change.

Called on input.

TextArea ()

A TextArea can be used to allow for extended user input.

Properties
NameTypeDefault valueDescription
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 | string3

Indicates row count for a TextArea.

value
number | string

The value of the textarea.

Help and resources