Question

Limit Input Text Size

I need to limit the number of characters to be entered in a text field, for example: 10 characters.

How can I limit?

Like 0

Like

2 comments

Dear Fernando,

Usually, such tasks are solved by validation. Here is an example. If is critical, you may also add server-side validation using built-in object business process. The most complex approach on a client is using your own styles as described here to apply a limit on an input field.

Thank you so much Peter!

Show all comments