Quick post on how to limit character input in a vRA TextBox.
– Create a Property Dictionary
– Click Edit
– Add a New Property Attribute
– Select RegEx
Inp
Sample Regular Expression:
\w{3,5}
– Limit the input only for any word combination with minimum of 3 and a maximum of 5 characters.
Can you be more specific?
Are you talking about the advanced service tab?
what is the the dictionary property and where you create it?
Regards,
Erez.