Attribute: superform-chars-min = number or superform-chars-max = number
superform-chars-min = number
superform-chars-max = number
Apply to: all text-related input, textarea, tag elements.
input
textarea
Validates specified input/textarea for minimum and/or maximum character length.
Eg: "I want this input text to receive between 4-10 characters"
Apply: superform-chars-min = 4, superform-chars-max=10
Remember that you need to always apply superform-validate="identifier" so your input can enter the validation process.
Last updated 2 years ago