Min Length on TextBox component

How can I set the minimum length of a TextBox?

Suppose, there is a TextBox component for name,

A person’s name does not exist with only 1 letter. They have to enter at least 2 characters

I want to set the minimum length as 2

There is no property of that. How can I do that?

I could not find a proper answer in the community

Did You try lenght block , If block , math compare block in On text Change event ?

That’s All :slightly_smiling_face:

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.