0 Replies Latest reply on May 7, 2012 8:40 AM by hhofbauer

    RF 4.2.1 rich:autocomplete showButton behavior

    hhofbauer

      Hi there,

       

      I try to migrate some input fields with suggestionBox from 3.3 to rich:autocomplete.

      There is an attribute 'showButton'. What is the intention for this button?

       

      My intention for this button was, that all available suggestions are shown, even if there is no input in this field yet.

       

      This was the way I built this behavior in 3.3:

       

      <rich:componentControl attachTo="someId" event="ondblclick"

               for="suggestionBoxId"

               operation="callSuggestion" params="ignoreMinChars:true" />

       

      Thanks

      Helmut