autoComplete with minQueryLength="0"

UI Components for JSF
Post Reply
Harald
Posts: 1
Joined: 03 May 2011, 18:28
Location: Vienna
Contact:

03 May 2011, 18:32

Hello!

Is it somehow possible to use a autoComplete component with minQueryLength="0"? I would like to have, that as soon as someone clicks in the field, he gets all possible values (like a selectOneMenu) and if you start typing, the results are filtered?

I use primefaces 2.2.1

Thanks from Vienna,

Harald

Nikoas
Posts: 57
Joined: 17 Apr 2012, 11:55

13 Nov 2013, 18:20

+1 I need ^^
Primefaces 5.3
Jboss Wildfly 9

User avatar
sudheer
PrimeFaces Core Developer
Posts: 4345
Joined: 16 Oct 2011, 19:19
Location: Singapore

14 Nov 2013, 07:34

Nikoas wrote:+1 I need ^^
why are you raising the old threads.Read forum rules http://forum.primefaces.org/viewtopic.php?f=3&t=1194

Not yet fixed?Then look at this issue as fixedhttps://code.google.com/p/primefaces/is ... il?id=3037
Author,Speaker
https://twitter.com/sudheerjonna
Github: https://github.com/sudheerj
Website http://sudheerjonna.com/

___________________
Sudheer Jonna

Nikoas
Posts: 57
Joined: 17 Apr 2012, 11:55

19 Nov 2013, 10:55

Sorry, i did not see that it was an old thread and i talked about minQueryLength option in textarea and not in autoComplete... I'm really sorry.
Primefaces 5.3
Jboss Wildfly 9

User avatar
sudheer
PrimeFaces Core Developer
Posts: 4345
Joined: 16 Oct 2011, 19:19
Location: Singapore

19 Nov 2013, 11:06

Nikoas wrote:Sorry, i did not see that it was an old thread and i talked about minQueryLength option in textarea and not in autoComplete... I'm really sorry.
Ok.If inputtextarea won't trigger with minQueryLength=0 then please create an issue in the issuetracker.
Author,Speaker
https://twitter.com/sudheerjonna
Github: https://github.com/sudheerj
Website http://sudheerjonna.com/

___________________
Sudheer Jonna

Nikoas
Posts: 57
Joined: 17 Apr 2012, 11:55

19 Nov 2013, 15:28

Ok, that is in issueTracker : https://code.google.com/p/primefaces/is ... il?id=6375 :D

Thanks Sudheer
Primefaces 5.3
Jboss Wildfly 9

Shafeekmsv
Posts: 5
Joined: 22 Apr 2013, 08:58

18 Jan 2014, 14:39

Harald wrote:Hello!

Is it somehow possible to use a autoComplete component with minQueryLength="0"? I would like to have, that as soon as someone clicks in the field, he gets all possible values (like a selectOneMenu) and if you start typing, the results are filtered?

I use primefaces 2.2.1

Thanks from Vienna,

Harald

autoComplete component with minQueryLength="0" is not working for me, I am using primefaces 4.

<p:autoComplete value="#{searchBean.selectedCategories}"
completeMethod="#{searchBean.completePlayer}"
minQueryLength="0"
var="p" itemLabel="#{p.categoryName}" itemValue="#{p}"
converter="suggession" maxResults="10" size="70"
placeholder="Where do you want to explore "
emptyMessage="There is no result">
<p:ajax event="query" global="false"></p:ajax>
<p:column style="width:80%">
#{p.categoryName}
</p:column>
</p:autoComplete> this is my code, please help me,

Nikoas
Posts: 57
Joined: 17 Apr 2012, 11:55

22 Jan 2014, 13:30

Ye Shafeekmsv, i agree, but issue has been closed ...
Primefaces 5.3
Jboss Wildfly 9

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 49 guests