everything is working fine except that it is somehow now rendering properly. im on primefaces 5.3 and primefaces extension 0.7.1
heres a sample pic
heres my code
<h:panelGrid columns="2">
<h4>start</h4>
<pe:timePicker value="#{ManageActivities.newDetailsTimeEnd}" mode="popup" />
</h:panelGrid>
did i miss something in the code? or im missing some libraries?