Skip to content
New issue

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

Fix #14389: ForceSelection does not force selection - formControl value is changed even without selection #14398

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

kkoripl
Copy link

@kkoripl kkoripl commented Dec 19, 2023

Fix #14389
ForceSelection flag set to true at p-autocomplete waits for actual selection to change model value of associated form control.

Before:
forceselection-without-fix

After:
forceselection-fix

<note, on the element I've added the flag, at demo it isn't there>
Values seen in console are from subscription on form control associated with the element.

Copy link

vercel bot commented Dec 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Dec 19, 2023 11:44am

@cetincakiroglu cetincakiroglu merged commit 9c1becf into primefaces:master Dec 20, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autocomplete: ForceSelection does not force selection - formControl value is changed even without selection
2 participants