TextArea

inprogress

    Overview

    When to use

    t.b.d.

    When to consider an alternative

    t.b.d.


    Component

    Default

    To use the TextArea you need to:

    • Pass value property, with this property it will already be a controlled component;
    • Pass onChange handler, so you can use it to update the value of the input;

    States


    Properties

    Default

    PropertyTypeRequiredDefault
    childrenNodefalse-
    disabledBoolfalse-
    errorBoolfalse-
    idStringfalse-
    nameStringfalse-
    onChangeFuncfalse-
    placeholderStringfalse-
    textAreaRefShape
    { "current": "Any" }
    false-
    utilClassNamesStringfalse-
    valueStringfalse-