PrimeFaces 旋转器第一次渲染错误!
在 h:form
内,我使用 3 个 p:spinner
组件。但它们在第一次时就被错误地渲染了。在表单 ( ajax render="@form"
) 进行 ajax 更新后,向上和向下箭头变得可见。
帮忙找出问题所在。谢谢。
第一次:
在表单级别进行 ajax 更新后:
Inside a h:form
I use 3 p:spinner
components. But they are wrongly rendered at the first time. After the ajax update at form( ajax render="@form"
) the up and down arrows are becoming visible.
Help to find the problem. Thank you.
At the First time:
After ajax update at form level:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许与 此问题。有一个错误,旋转器无法放置在最初隐藏的容器中,例如
p:dialog
。Maybe it's related to this issue. There is a bug that spinners can't be placed inside initially hidden containers like
p:dialog
.