Show raw api
{
"functions": [],
"properties": [],
"types": [
{
"name": "TextAreaProps",
"desc": "",
"fields": [
{
"name": "...",
"lua_type": "TextInputProps",
"desc": "All TextInput properties are accepted."
}
],
"source": {
"line": 13,
"path": "src/Components/TextArea.luau"
}
}
],
"name": "TextArea",
"desc": "Like [`TextInput`](/api/TextInput), but dedicated for multi-line use-cases.",
"source": {
"line": 6,
"path": "src/Components/TextArea.luau"
}
}