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: union with intersect choices not shown #30

Merged
merged 1 commit into from
Jan 10, 2023
Merged

fix: union with intersect choices not shown #30

merged 1 commit into from
Jan 10, 2023

Conversation

MaikoTan
Copy link
Contributor

@MaikoTan MaikoTan commented Jan 10, 2023

fixes #28

caused by 24bf6be

watch(() => props.modelValue, (value) => {
config.value = value ?? getFallback(props.schema)
active.value = props.schema
for (const item of choices.value) {
if (!check(item, config.value)) continue
active.value = item
}
}, { immediate: true, deep: true })

@shigma shigma merged commit 082f458 into shigma:master Jan 10, 2023
@MaikoTan MaikoTan deleted the fix-tagged2-union branch January 11, 2023 09:20
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: docs Union tagged 2 has unexpected behavior
2 participants