Members
# static propTypes
Require the presence of a Stuff document in the props object. Uniforms adds 'model' to the props, which we use.
Methods
# render()
If the subscription(s) have been received, render the page, otherwise show a loading icon.
# renderPage()
Render the form. Use Uniforms: https://github.com/vazco/uniforms
# submit(data)
On successful submit, insert the data.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | the result from the form. |