Minimum Character Setting Input

Just like setting a maximum number of characters for an input, it would be great to set a minimum number of characters and allow that minimum number of characters be recognized as evaluating if an inputs value is valid or not

Think about a zip code input, and you want to set to display an invalid value for any value less than 5 characters…this would make it simple and not rely on cumbersome workarounds.

4 Likes

I was looking for the same thing! Surprised this doesn’t exist in some shape or form?

This worked for me to set min character length

3 Likes