PrimeFaces p:password 取消屏蔽图标未显示

PrimeFaces p:password unmask icon not showing

PrimeFaces p:password 取消屏蔽图标未显示。看html,它用的是ui-password-icon。但是图标没有在 jQuery UI 主题中定义。需要包含哪些 css 个文件?

<p:password ... toggleMask="true"/>

JQuery UI 自 PrimeFaces 8.0 以来,主题已经消失

您缺少 toggleMask 所需的所有样式。也适用于 PF8.0 或更高版本中引入的任何新组件,如 ToggleSwitch、Skeleton、Avatar 等。

您需要自己将这些新样式添加到您的 ThemeRoller 主题中。但我建议尽快摆脱 ThemeRoller。它已死,不再受支持