Ik there’s a plug-in for characters count but is there a plug in that counts the number of words in an input field?
A quick way to do it is Input's value:split by ( space ):count
Or use @lindsay_knowcode 's plugin which probably has more features
1 Like
Hi there, if the input’s value include different language, like English and Chinese mixed, how to use cont function ?