0

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

time picker

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?

  • 1
    Might be a bug related to the PM theme you're using. Analyze it with your browser's web tools. It would help us if you deployed the sample somewhere public. – Hubert Grzeskowiak Jul 12 '16 at 08:09
  • 1
    Might be a problem with custom CSS... Create a [mcve] – Kukeltje Jul 12 '16 at 08:30
  • @HubertGrzeskowiak tnx ill try that – carlo del rosario Jul 12 '16 at 08:39
  • @Kukeltje i think your right, bootsrap css is causing it – carlo del rosario Jul 12 '16 at 08:43
  • Yes, Bootstrap is know for messing things up in other frameworks... Their choice on how to do things is not bad (on the contrary), but it has conflicts. Next time investigate more by creating a [mcve]. The step where you'd remove custom css would solve it and you would have more info... reducing code is the step to take! – Kukeltje Jul 12 '16 at 08:59

0 Answers0