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

Fields with a minimum length property are not validated to ensure the minimum length is met on entry (or save) #119

Open
thomasplevy opened this issue Jun 22, 2021 · 0 comments
Labels
Type: Bug Bugs and errors

Comments

@thomasplevy
Copy link
Contributor

Reproduction Steps

  • Visit a form
  • Select the user password form (also possible with textarea field's "rows" property in custom fields)
  • Enter a value less than 6 (the minimum length set on the TextControl input)

Related to https://github.com/gocodebox/lifterlms-custom-fields/issues/35

Expected Behavior

  • I should be unable to enter (or save) a value less than 6 (2 on the textrea)

Actual Behavior

  • I am able to enter and save a value less than 6 (2 on the textrea)
@thomasplevy thomasplevy added the Type: Bug Bugs and errors label Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bugs and errors
Projects
None yet
Development

No branches or pull requests

1 participant