0 Replies Latest reply on Jan 2, 2011 8:25 AM by juergen.zimmermann

    M5: no input in dropDownMenu > menuItem of the showcase

    juergen.zimmermann

      The showcase provides an example for DropDownMenu where you have a search option at http://...richfaces/component-sample.jsf?demo=dropDownMenu However, when you click into the search input field the DropDownMenu disappears, and no input is possible.

       

      The source code directly taken from the showcase:

      <rich:dropDownMenu label="Search" direction="bottom-left"

         jointPoint="br" styleClass="search" mode="client">
         <rich:menuItem>
            <h:inputText value="" id="searchinput" />
            <button type="button">Search</button>
         </rich:menuItem>