【发布时间】:2013-05-16 00:16:55
【问题描述】:
我想在我的登录表单中添加一些 iOS 特定的标签属性。如果我查看我的网页源代码,则不存在自动更正、自动大写和拼写检查的属性。这是什么原因?我正在使用 JSF 2.x。
<h:inputText id="user-name" forceId="true" value="#{login.username}" style="width:120px;"
autocorrect="off" autocapitalize="off" spellcheck="false" />
【问题讨论】:
标签: html jsf custom-attributes renderer