Any way to include a multiline input field (eg: textarea)? #3529
Answered
by
logaretm
DanishOnGit
asked this question in
Q&A
-
Does anyone know whether we can include multiline input field? I think at present only single line input field is allowed. |
Beta Was this translation helpful? Give feedback.
Answered by
logaretm
Oct 13, 2021
Replies: 1 comment 4 replies
-
Everything is allowed, you can validate a <Field as="textarea" name="description" /> https://vee-validate.logaretm.com/v4/api/field#rendering-simple-fields-with-as-prop |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
DanishOnGit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Everything is allowed, you can validate a
div
if you really want to.<Field as="textarea" name="description" />
https://vee-validate.logaretm.com/v4/api/field#rendering-simple-fields-with-as-prop