global tooltip for onemenu no skinning

UI Components for JSF
Post Reply
chrishj
Posts: 229
Joined: 11 Jul 2011, 21:58
Location: England, Lancashire
Contact:

09 Jul 2016, 10:24

The global tool tip for oneMenu shows the standard tool tip not the PF skinned version.
If the tool tip is attached directly to the element then the PF skinning is show,

Global tip

Code: Select all

<p:tooltip />
One menu not showing PF tooltip but calendar showing skinned global tool tip

Code: Select all

<p:selectOneMenu id="docType" value="#{arDocPost.fiDocument.docType}" 
                        converter="com.bac.util.converter.DocType" title="#{formHelpText.docType}"
                            disabled="#{!arDocPost.custEntered}">
         <f:selectItems value="#{arDocPost.documentTypes}" var="docType" itemValue="#{docType}" 
                           itemLabel="#{docType.code}"/>
       </p:selectOneMenu>

<p:calendar id="dueDate" value="#{arDocPost.arDocLine.dueDate}"
                       mode="popup" required="true" disabled="#{!arDocPost.custEntered}"
                       requiredMessage="#{validationText.fiDocTaxDate}"
                       navigator="true"  pattern="dd/MMM/yyyy" showOtherMonths="true" 
                       maxlength="11" size="12" title="#{formHelpText.docDueDate}"/>

Is there a setting on global tooltip I am missing so it skins tooltip for oneMenu?
PrimeReact: 9.6.0
NextJs: 13.4.12
Theme Apollo v9.0
Database pg 8.8.0
react-hook-form: 7.38.0

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 47 guests