Meteor - autoform - afFieldMessage

meteor-autoform

What is the purpose of afFieldMessage?

Accepts and requires just one attribute, name, which is the name of the schema key. Outputs the user-friendly invalid reason message for the specified property, or an empty string if the property is valid. This value updates reactively whenever validation is performed. Refer to the SimpleSchema documentation for information on customizing the messages.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License