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 console error on adding node via searchbox #2317

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Fix console error on adding node via searchbox #2317

merged 1 commit into from
Jan 22, 2025

Conversation

huchenlei
Copy link
Member

@huchenlei huchenlei commented Jan 22, 2025

Resolves #2313

The issue is that the default behavior of PrimeVue's AutoComplete is that selection will be added to the v-model, which is used for filter and value display right now. This PR prevents the incorrectly rendering of passing the node def as filter and value.

┆Issue is synchronized with this Notion page by Unito

@huchenlei huchenlei requested a review from a team as a code owner January 22, 2025 18:03
@huchenlei huchenlei merged commit 8f6b594 into main Jan 22, 2025
10 checks passed
@huchenlei huchenlei deleted the fix_error branch January 22, 2025 18:13
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.

[Bug] Error when adding node via node searchbox
1 participant