Max characters in forms text input?

How can I limit the number of characters a user can input?

Extra question: How can I use the “text input” component (not form)? I can’t find any documentation on that one. Is it unfinished/not working?

Thanks in advance.

Hi @thib,

For the input field component: in the input field panel, try to press “Edit styles” and set “Max Length”:

Reg. your 2nd question: the component works fine. The thing is that it is just an input field, so you need to do something with the value in this field. For example, you can add a button, set an action for it to update some collection record with the value from this input.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.