We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" />
<p:calendar mode="popup" size="8" showOn="button" />
With bootfaces 0.7.0 work correctly.
The text was updated successfully, but these errors were encountered:
try use the value= element <p:calendar mode="popup" size="8" showOn="button" value="#{bean.date}" />
Sorry, something went wrong.
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 .
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: