2016-05-31 125 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。