-
-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
Description
Is there a way to extend a schema and provide a json object that includes the "getErrorMessage" and/or other options?
Looking through the documentation and source code it seems like they would be ignored.
If that's not possible in the same command - is there a way to pass the custom "getErrorMessage" function after the schema has been extended - I can see how using the resulting _schema and making a new SimpleSchema() with it and passing in the options can work, but it seems like a lot.
ssukienn