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 reset of multi-value Properties #1

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

Conversation

sdumetz
Copy link

@sdumetz sdumetz commented Jun 11, 2024

A property that has multi: true in its schema will have an initial value of schema.preset wrapped in an array.

It is not possible to work around this because schema MUST be of the property's type.

Easiest fix is to just remove this block.

Why fix this when schema.multi is never used? Because I intend to use it.

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.

1 participant