I know the new WebDropDown control is CTP, but I'm having a hard time getting the items in my container to be visible. Please reference the following picture.
Here is my .jspx markup:
<ig:dropDown id="ddlEthnicitys" dataSource="#{page.ethnicitysList}" dropDownAnimationDuration="1000" dropDownContainerWidth="500px" dropDownContainerHeight="200px" currentValue=" " enableClientFilteringOnly="true" autoFilterQueryType="Contains" closeDropDownOnSelect="false" displayMode="DropDown"></ig:dropDown>
Any ideas would be welcome. Thank you!
Hi Karl:
I don't think your issue is directly with the WDD - it looks like you're getting your content but that it is displaced. THis is most likely due to other elements in your page.
Have you looked at the examples on componentsofrjsf.com? In the onine demo section there are several WDD examples.
Best,Jim