formio / ngFormio

JSON powered form rendering library for AngularJS + Form.io.

Home Page:http://formio.github.io/ngFormio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Min/Max validation not checked for Text Area Component

Blackbaud-ScottBaumann opened this issue · comments

With text area component, the minimum length and maximum length validations are not being checked on the form. The validation is being checked once I submit but I would of expected it to act similar to the text field where I get a error message under the component.

Repo steps:

  1. Insert Text Area component to a form and set the min/max validations to any number,
  2. With in the form enter text in this new component that is either under the min validation or over the max validations.
  3. No error message appears under the component stating the value is invalid

NOTE - During the submission of the form I will be informed of the invalid form.
example

Closing this thread as it is outdated. Please re-open if it is still relevant. Thank you for your contribution!