Right now you can select individual menu items (from menu and combo boxes) and even manipulate the contents of a TextEditBox widget.
However, it would be great if you could also add an option where the user could validate input against one or more pre-defined field masks such as:
* not blank (for required fields)
* min and max length
* US/European phone numbers
* credit card numbers
* numeric
* alphanumeric
This would allow much more interactive simulations to be created.
Thoughts?
2 answers
Interesting idea.
I think this option should be available for TextEditBox, user can choose the field mask from a list. If the input data is not correct, when the edit box is losing focus, a message window will popup. Is it the desired behavior?
Yes, that’s how I would see it working. Simple but very useful as many similar tools still do not have this functionality.
This question is now closed