-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
renderLabel not working #872
Comments
i am using bootsfaces 1.1.3 with primefaces 6.1 and i have just tested e.g. |
Thanks, @chongma. Perhaps there is a problem integrating with Spring Boot and JoinFaces. I've forked an example application and changed the front page to demo the issue. To test it out,
|
sorry i must have missed your message. i just ran your reproducer and can confirm that it doesn't hide the label |
That's AngularFaces interfering with your code. If you don't need it, remove it from the equation. In theory, adding
to the |
I am using BootsFaces 1.1.3 with PrimeFaces 6.1. I am trying to create some forms, and on my fields (e.g.
inputText
,dateTimePicker
) I am settingrender-label="false"
orrenderLabel="false"
, and there is no effect.The text was updated successfully, but these errors were encountered: