Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textarea is not working #5

Open
aazcast opened this issue Jun 7, 2019 · 0 comments
Open

Textarea is not working #5

aazcast opened this issue Jun 7, 2019 · 0 comments

Comments

@aazcast
Copy link

aazcast commented Jun 7, 2019

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:
Screen Shot 2019-06-07 at 9 55 40 AM

@aazcast aazcast mentioned this issue Jun 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant