I know I can validate the maximum number of characters by using the ivy validation mechanism. Put I want to prevent that the user even can input more than the allowed character. asked 12.01.2015 at 15:24 Reto Weiss ♦♦ |
You can specify the data type of an RTextField. A data type can define how many characters are allowed to input. See the following example to limit the maximum number of characters to 5:
link
This answer is marked "community wiki".
answered 12.01.2015 at 15:27 Reto Weiss ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 12.01.2015 at 15:24
Seen: 2,228 times
Last updated: 12.01.2015 at 15:27