相关疑难解决方法(0)

JSF不呈现自定义HTML标记属性

我想在登录表单中添加一些iOS特定的标记属性.如果我查看我的网页源代码,那么属性autocorrect,autocapitalize和spellcheck就不存在了.这是什么原因?我正在使用JSF 2.x.

<h:inputText id="user-name" forceId="true" value="#{login.username}" style="width:120px;"
    autocorrect="off" autocapitalize="off" spellcheck="false" />
Run Code Online (Sandbox Code Playgroud)

html jsf renderer custom-attributes

27
推荐指数
1
解决办法
2万
查看次数

标签 统计

custom-attributes ×1

html ×1

jsf ×1

renderer ×1