v
Github
🌝
View Source
render(() => ( <StackView width={32}> <TextArea defaultValue="Simple wrapper around the HTML textarea element using InputBox." /> </StackView>))
render(() => ( <StackView width={32}> <TextArea defaultValue="Readonly textarea." readOnly /> </StackView>))
Accepts Input.InputBox props.
string
Provides an initial value to the textarea.
textarea