8 Replies Latest reply on Jan 27, 2016 5:23 AM by yudhirb

    <rich:select> behavior

    yudhirb

      rich:select is behaving weird.

      On selecting items with same label but different values, its behavior is different.

      Code used is given below.

       

       

      <h:form id="loginForm">

       

        <rich:select id="richSelect" defaultLabel="Select Owner" enableManualInput="true"  >

        <f:selectItem  itemValue="" itemLabel="Select Option"></f:selectItem>

        <f:selectItem itemValue="Cat" itemLabel="apple"></f:selectItem>

        <f:selectItem itemValue="dog" itemLabel="apple"></f:selectItem>

        <f:selectItem  itemValue="Apple" itemLabel="apple"></f:selectItem>

        <f:selectItem itemValue="Ball" itemLabel="ball"></f:selectItem>

       

        </rich:select>

        </h:form>

       

       

      Please check the attachment for the details.

       

      Regards,

      Yudhir Bhattarai