You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Field Textarea is not working properly.
The code: import { Input, Button, Select, Textarea } from 'react-advanced-form-addons'; <Col lg={4}> <Input name="name" type="text" label="Nombre" required /> </Col> <Col lg={4}> <Textarea name="description" label="Descripcion" required /> </Col>
The result:
The text was updated successfully, but these errors were encountered:
The Field Textarea is not working properly.
The code:
import { Input, Button, Select, Textarea } from 'react-advanced-form-addons';
<Col lg={4}>
<Input name="name" type="text" label="Nombre" required />
</Col>
<Col lg={4}>
<Textarea name="description" label="Descripcion" required />
</Col>
The result:
The text was updated successfully, but these errors were encountered: