1
I’m using the Primefaces extension to format a input the weight and height of a person and could not. How do I limit the amount of characters typed in input?
I tested with maxlength="5"
but it didn’t work:
<pe:inputNumber
id="peso"
maxlength="5"
label="Peso"
value="#{pessoaBean.pessoaCaracFisica.peso}"/>