BootsFaces icon indicating copy to clipboard operation
BootsFaces copied to clipboard

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

Open nokiajavi opened this issue 9 years ago • 2 comments

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.

nokiajavi avatar Jan 13 '16 12:01 nokiajavi

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

mostfa-ayad avatar Jan 20 '16 14:01 mostfa-ayad

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 .

nokiajavi avatar Jan 26 '16 13:01 nokiajavi