-
Notifications
You must be signed in to change notification settings - Fork 649
Model does not match condition #425
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
Comments
I see in #371 that it will be fixed in the next release, thanks! |
I just tested with the latest commit and the example provided still does not work. It works with arrays but not with that simple example. |
I have the same issue. |
I am also experiencing this issue |
@ryantehbaker I tried @ymarcon's example on the example plunker and it worked fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a condition is set on a field, there can be situations where the model has a value for this field but the condition is not valid.
To reproduce, this is the schema:
and this is the form:
The steps are:
The resulting model is:
The text was updated successfully, but these errors were encountered: