-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
simpleSchema@2 nested schema not working. #406
Comments
Hi @danyhiol. I guess there's an error, which is not shown, as you don't have the |
Yep, as I guessed: About the Anyway, it's all clear now. |
Yeah adding |
Yes, when |
Using Yes, we do plan to support |
Great!! One last question that may be related to |
All I can think out right now is to create a |
Year this is what I've in case anyone may face this problem:
|
I've the following schema for user profile in meteor:
const Schema = {};
and this in my form:
onSubmit={ doc => console.log("Doc: ", doc)}
).Schema.User
has a field emails which is an array of object andemails.$.address
is required. When submitting the form, the field (AutoField
) 'emails.$.address' is not marked as required.<SubmitField value="Add User" />
.SubmitField ``value
is always 'SUBMIT' although it is changed to 'Add User'.The text was updated successfully, but these errors were encountered: