3 Replies Latest reply on Feb 9, 2011 9:05 PM by robertgary1

    rich:comboBox button displays on top of input field

    robertgary1

      Using

                  <rich:comboBox defaultLabel="Enter some value">

                           <f:selectItem itemValue="suggestion 1"/>

                           <f:selectItem itemValue="suggestion 2"/>

                           <f:selectItem itemValue="suggestion 3"/>

                           <f:selectItem itemValue="suggestion 4"/>

                           <f:selectItem itemValue="suggestion 5"/>

                     </rich:comboBox>

       

      On FF, IE7 and IE8 the drop down button is displayed on top of the input field and on the left side, unlike the example snap shots.

       

      -Robert