-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Default values not working with simpl-schema module #130
Comments
What exactly is not working? Here are few probably related places in the code: |
To fix the problem I simply replaced:
with:
in |
Just show me your schema. There's probably some misunderstanding or some minor bug in Nice work! How about creating a PR with the current progress of your theme package? |
This is what I have thus far. Working with aldeed package. Will switch back later this weekend to investigate. Sweet! Will send PR when base components is done hopefully sometime next week. Great work on uniforms! Saved me 100s of hours on current project! |
Great! I'll give it a try tomorrow. |
OK, I found it. New SimpleSchema strips |
I've hacked it a little bit. It's published in |
Thanks! This is great news. Will see if I can switch to new simple schema later this week. |
I've started building a uniforms-antd package to support Ant Design. Struggled to get the defaultValues working (the 'defaultValue' prop is undefined in the components), however after a while of debugging I noticed its also not working on the bootstrap versions. I substituted simpl-schema with aldeed:simple-schema and that solved the problem.
Not sure what the problem is in simpl-schema but for now I'm reverting back to the meteor package.
The text was updated successfully, but these errors were encountered: