2 Replies Latest reply on Nov 9, 2007 4:31 AM by ilya_shaikovsky

    How to show suggestionbox on dblclick event

    gweb79

      Hi, I would like to be able to display the suggestionbox when I double click the input text box holding the full list of values.

      Eg. I have a list in my backing bean [apple, arm, beach, cat]. If I type 'a' into the text field the suggestionbox shows [apple, arm], that is fine. On top of this I would like to be able to double click the text field (and click a link) which will then display the suggestionbox with the full list [apple, arm, beach, cat].

      Is this possible? If so, how can I do it?

      Thanks.