2016-05-31 131 views
0

我使用了PE较大:InputNumber标签在我的项目,代码列出如下图所示:PE:inputNumber最大长度不能超过13

<pe:inputNumber id="transferAccountInputBoxId" styleClass="input-amount-box" thousandSeparator="" maxlength="20" value="#{transferAccountsFlow.accountsInput}" rendered="#{inputPageRenderController.accountsInputBoxRenderer}"> 
</pe:inputNumber> 

但似乎价值为我设置最大长度,它根本不起作用。 它只能在此输入框中键入13位数字,但实际上我想输入20位数字。

这是这个Primefaces扩展标签的缺陷吗?

回答

0

目前尚未实施。请创建一个功能请求。 注意:pe:inputNumber已被移至PrimeFaces。