meteor-autoform-modals icon indicating copy to clipboard operation
meteor-autoform-modals copied to clipboard

Adds modals to insert/update/delete Meteor collections

Results 39 meteor-autoform-modals issues
Sort by recently updated
recently updated
newest added

Does not work with this repo: https://github.com/mpowaga/meteor-autoform-summernote/ . Sometimes it doesn't save information, sometimes there are summernotes left over from previous modals.

When I use "update" autoform in modal - any afField that have **.created, .rendered** handlers defined for its template (for example Autofrom Tags) doesn't work correctly because **.created, .rendered** handlers...

i am using custom forms with few hidden and select fields. i am using onSubmit function to get all field values then call meteor method to insert data. for some...

I have a data type that consists of composite collections. How can I access the Template instance for an AutoForm Modal? E.g. how can I add an instance level subscription...

Is there something equal autoform's: {{> afQuickField name='myField' options=optionsList }} ?

I'm currently using simple schema for validation alone. I don't have it attached to any collection. Is there a way to use afModal by passing schema instead of collection? Eg....

{{#afModal id="AddPlanBtn" collection="Plans" operation="update" doc=item._id omitFields="acronym, summary" fields="_id, name, plans" meteormethod="edit" title="Add Plan" }}

Not sure if the package stopped working due to a Meteor update, but now I get the error "Cannot read property 'options' of undefined, even when using the most basic...

I have the following button setup: ``` {{#afModal class="btn btn-box-tool delete-device" formId="deleteDevice" type="remove" collection="Devices" operation="remove" doc=_id}} ``` ``` var deleteHooksObject = { before: { remove: function(doc) { console.log('Hello World'); }...

This is new since upgrading to Meteor 1.3 ![image](https://cloud.githubusercontent.com/assets/2034879/15279584/c6037ab6-1ada-11e6-95b2-9aa7bdd37aff.png) ![image](https://cloud.githubusercontent.com/assets/2034879/15279589/d3ec100c-1ada-11e6-8784-874b885f2a22.png)