Skip to content
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

Button p:calendar not show with bootfaces 0.8.0 and Priemfaces 5.3 #42

Open
nokiajavi opened this issue Jan 13, 2016 · 2 comments
Open

Comments

@nokiajavi
Copy link

When I use bootfaces 0.8.0 and Primefaces 5.3 the component p:calendar not show the button with option showOn button.

Example:
<p:calendar mode="popup" size="8" showOn="button" />

With bootfaces 0.7.0 work correctly.

@mostfa-ayad
Copy link

try use the value= element
<p:calendar mode="popup" size="8" showOn="button" value="#{bean.date}" />

@nokiajavi
Copy link
Author

Hi, I 've tried adding the tag value pointing to a bean but still not working. Do not get the popup calendar or the button to give and show .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants