jupiterkenji

Results 5 comments of jupiterkenji

I'm experiencing the same behaviour, have you manage to get it resolved?

Thank you for your reply rtcwp07, in my case it was my subdocument has auto value, so I need to do ``` eventid: { type: String, autoValue: function() { if...

Solution is https://github.com/yogiben/meteor-autoform-modals/issues/55

You can do this: > $('a[operation="update"]').trigger('click'); where a is the button