0 Replies Latest reply on May 30, 2013 5:12 AM by sumitghosh945

    <rich:select> not showing all elements in list

    sumitghosh945

      I have a <rich:select> component in my xhtml page.my requirements are as follows:

       

      1) <rich:select> should be editable at runtime.

      2) It should show all elements in the list when clicking the down arrow.

       

      So,for making <rich:select> component editible I have set enableManualInput=true.but while making enableManualInput=true,<rich:select> not showing all the list item in the Dropdown list, it only showing the item currently selected.

       

      So,can any one has any solution to this?????remember that I need to have both the feature i.e it will be editable at runtime as well as it should show all the elements in the dropdown.