We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Defect on PF 6.1.7 and 6.1.8 (was working on PF 6.1.3 and previous) not tested 6.1.4, 6.1.5, 6.1.6 using Apache Tomcat 7.068
listener called once
after item selection if I click anywhere outside the autocomplete listener is called one more time
set forceSelection="true" using a converter
<p:autoComplete value="#{beanGiornalieroAttiv.spazioSel2}" completeMethod="#{beanGiornalieroAttiv.completeLuogo}" var="luo" itemLabel="#{luo.luogoConPrincipale}" itemValue="#{luo.codSpazio}" dropdown="false" size="80" maxResults="30" minQueryLength="3" converter="luogoCV" forceSelection="true"/>
The text was updated successfully, but these errors were encountered:
It sounds like a regression, but your sample is not runnable. Please provide a sample based on https://github.com/primefaces/primefaces-test or paste a fully runnable bean + xhtml
Sorry, something went wrong.
@mertsincan Can you check this? Not sure if broken in trunk but it seems that it broke between 6.1.3 and 6.1.7
@mertsincan Just a guess, but it might be worth revisiting this ticket: #2733 and this commit: 711b002
I'll check it.
1e9bb26
mertsincan
No branches or pull requests
1) Environment
Defect on PF 6.1.7 and 6.1.8 (was working on PF 6.1.3 and previous) not tested 6.1.4, 6.1.5, 6.1.6
using Apache Tomcat 7.068
2) Expected behavior
listener called once
3) Actual behavior
after item selection if I click anywhere outside the autocomplete listener is called one more time
4) Steps to reproduce
set forceSelection="true" using a converter
5) Sample XHTML
<p:autoComplete value="#{beanGiornalieroAttiv.spazioSel2}" completeMethod="#{beanGiornalieroAttiv.completeLuogo}" var="luo" itemLabel="#{luo.luogoConPrincipale}" itemValue="#{luo.codSpazio}" dropdown="false" size="80" maxResults="30" minQueryLength="3" converter="luogoCV" forceSelection="true"/>
The text was updated successfully, but these errors were encountered: