Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
Issue with the new WebDropDown control
posted

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!

Parents
No Data
Reply
  • 2301
    posted

    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

Children
No Data