Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种方法可以使输入<p:keyboard>无法与用户的物理键盘一起使用?为了安全起见,我只希望通过使用 UI 键盘来引入输入,而不是真正的输入。
<p:keyboard>
您可以keypadonly="true"像这样使用属性:
keypadonly="true"
<p:keyboard keypadOnly="true"/>
我已经尝试readonly="true"并工作过,尝试使用这种方式。
readonly="true"