APIForm controls APITextArea APITextArea PropertieserrorOn this pageerror Description Optional. Defines whether error styling is applied to an area Usage error?: boolean; Parameters true - the error style is applied to an area false - (default) the error style is not applied to an area Example <TextArea error={true} /> Details