0
總是點擊組合框時,鍵盤ipad打開。如何防止鍵盤在使用Primefaces的p:selectOneMenu上彈出?
我的組合框是喜歡它:
<p:selectOneMenu id="idRegion" value="#{filterTypeFoodBean.foodSelected}">
<f:selectItems value="#{filterTypeFoodBean.listFoods}" />
<p:ajax update="idCustomer idCountry"
listener="#{filterTypeFoodBean.handlerUnitChange}" />
</p:selectOneMenu>
檢查答案... http://stackoverflow.com/questions/23912268/avoid-to-show-the-keyboard-when-a-selectonemenu-is-selected-on-mobile-devices/24054918# 24054918 –
太棒了!我也需要在Primefaces 5中進行測試。也許它是固定的。 –
如果您查看PF 5的源代碼,它尚未修復 –