I want to make a text field that only allows x amount of words. Where is space, the rule that defines the amount of words in the text?
What terms do I need to look up to find what I’m trying to achieve.
I want to make a text field that only allows x amount of words. Where is space, the rule that defines the amount of words in the text?
What terms do I need to look up to find what I’m trying to achieve.
Probably “JavaScript input validation”, and then you put a check for the number of words in the input
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.