9 Replies Latest reply on Nov 27, 2013 3:18 PM by lfryc

    FocusManager and rich:autocomplete

    ibenjes

      Hi

       

      I am trying to assign the focus back to a rich:autocomplete component after a suggestion was selected.

       

      When I use the id in focusManager.focus() specified for the rich:autocomplete I don't get a warning message but the focus is not being set.

      If I change the id in focusManager.focus() to be the actual Id of the generated input field (Input is appended to the ID) I get a warning message that that ID cannot be found.

       

      If I specify any other ID of an h:input field it works. So it seems the FocusManager does not work with the rich:autocomplete component.