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

Fixed issue in Select.vue #7170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

eyal-egf
Copy link

Small delay on blur handler to give enough time for the model to update from onOptionSelect(). This prevents the validation flicker issue because now the update value of the model is available when the blur event happens, and the formField.onBlur handler is called.

###Defect Fixes
When submitting a PR, please also create an issue documenting the error.
This related to this reported issue:
#6906

Small delay on blur handler to give enough time for the model to update from onOptionSelect().
This prevents the validation flicker issue because now the update value of the model is available when the blur event happens, and the formField.onBlur handler is called.
Copy link

vercel bot commented Jan 30, 2025

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

2 Skipped Deployments
Name Status Preview Updated (UTC)
primevue ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2025 3:52pm
primevue-v3 ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2025 3:52pm

@tugcekucukoglu tugcekucukoglu added the Status: Pending Review Issue or pull request is being reviewed by Core Team label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Pending Review Issue or pull request is being reviewed by Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants