Hi to all, for Text Inputs, there is a simple way to set a Mask pattern (String), with only accepted chars to display (and reject others) ? This should happen at any key press or paste event inside Text Inputs and Text Area (and maybe other components where the user manually set values).
A general way could be to set a pattern string (like in NumberFormat etc), or better with a regexp, but maybe in this case could be too much heavy (computational) ... this could be a great companion for all data input applications. Validators make a thing like this, but without blocking the char to be displayed. Suggestions, ideas, things missing ? Thanks, Sandro
