Words (Min/Max)
Last updated
Last updated
Attribute: superform-words-min = number
or superform-words-max = number
Apply to: all text-related input
, textarea
, tag elements.
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.