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