combobox in Primefaces

13,771

Solution 1

3.1 has editable selectOneMenu. I believe this is what you are looking for.

http://blog.primefaces.org/?p=1631

Solution 2

Try to ask this question at the Primefaces support forum. They also have an issue tracking site with the option for new feature requests.

Or, if you are lucky, Cagatay (the Primefaces developer) visits SO from time to time and you get an answer from himself.

Solution 3

You mean something like this?

http://www.primefaces.org/showcase-labs/ui/autoCompleteBasic.jsf

Share:
13,771
Harish
Author by

Harish

Updated on June 04, 2022

Comments

  • Harish
    Harish almost 2 years

    I am trying to learn JSF and was using JSF 2.0 along with PrimeFaces 3.0.Its cool but I was surprised to see there is no combo box.This is the drop down they have.Is there any way I can get combo box as most of the users prefer to type something and aid them as well.I remember seeing a combobox in ExtJs now merged with Sensha.Is there a component like this in Primefaces coming or we should develop such components.

    PS:The AJAX implementation is top notch,would recommend to any one looking for using JSF for development