-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
Description
- Create a Form-type Screen
- Add any control that can use validation rules
- Select "Min Length" and save
Result:
Text shows "Max Input" ... "Validate that an attribute is at least a given size."
Expected:
Text shows "Min Input" ... "Validate that an attribute is at least a given size."
Optionally, we could change "a given size" to "a given length", since we're talking about the number of characters in a field.
Reactions are currently unavailable