Page 1 of 1

Autocomplete PF 3.3

Posted: 02 May 2012, 11:21
by 50819
Hi PrimeFaces-Team,

first of all I wanna say thank you for your work and a great project! We completely switched from icefaces to primefaces :)

Actually we work on a new project and we want to / have to use the coming version 3.3 of primefaces.
We have found a bug / difference to the actual 3.2 version in the autocomplete function when using the dropdown "element".

It's reproducable in the showcase and showcase labs: Autocomplete component with DropDown

Showcase: no typeing - click on dropdown - get a list of numbers and select one --> set to text-input field. Click again on dropdown, same list ist shown as before the select.
Labs: no typeing - click on dropdown - get a list of numbers and select one --> set to text-input field. So far OK. Then click again on dropdown, list is shown with the selected number plus 0 to 9 because the complete method is called with the selected number!

Is that a bug or a feature? I hope it's a bug and I hope it's not that hard to fix :)

Thanks in advance! Did not know, if forum is the right place and it is the rigth time to mention...

mala

Re: Autocomplete PF 3.3

Posted: 02 May 2012, 11:31
by Oleg
Sounds like a bug.

By the way, it would be better to cache already fetched list in autocomplete with dropdown. I have proposed this in the issue tracker http://code.google.com/p/primefaces/iss ... il?id=3757

Re: Autocomplete PF 3.3

Posted: 02 May 2012, 12:03
by 50819
Hi,

thanks for your answer! Hope the bug is easy to fix...

mala

Re: Autocomplete PF 3.3

Posted: 02 May 2012, 12:37
by cagatay.civici