Hi,
I would like to restrict the length of user input for a backoffice field. Is there a way to do this other than using a ValidateInterceptor / Jalo class?
I would like the user to be restricted to only enter 3 characters for a field (code). HTML equivalent below:
Pradeep