- A simple Application, were you can set a maximum of characters on a Input to force the User to set only a set of characters for example, very simple without any hard logic behind.
An Web Block were you can pass:
Value (Input value - Type: Number);
MaxCharacters (Maximum characters allowed - Type: Long Integer);
InputLabel (Label - Type: Text);
IsMandatory (Mandatory field - Type: Boolean);
Message (Error message to show - Type: Text).
- Very practical to forms or other widgets.
- Module converted to Library and fixes on focus of Input.