Anthony Manzo

Results 26 comments of Anthony Manzo

Same issue here. Looks like it's been 2 years since this comment. Is this packages still maintained?

Hi, I’m trying to use the GUI but fox and chrome get stuck when I’m trying to switch from ‘Server’ or ‘Client’ windows. I also removed all the line breaks...

Thanks Perak, I refactored to embed a nested data_view component like you did in your invoices example ( the invoice items data_view was embedded in the invoices details component). This...

Hi, I'm hoping to reopen this as I've discovered I really need the capability to edit the array of objects that exist inside collection docs. This is probably the most...

Big thanks! On Jun 27, 2017, at 12:29 PM, Petar Korponaić wrote: @anthonymanzo I will put this as my first priority, but I cannot promise when I will be able...

Looking at the client/lib/form_utils.js I see that you have a placeholder for a custom validation callback: `this.validateForm = function(formObject, validationCallback, errorCallback, submitCallback) {` However, I don't see how to pass...

Ok, I’ll try that thanks. I had actually just started messing with converting to collection2 and using simple schemas to validate everything, probably a bad idea since you’ve marked this...

Hi Perak, You're suggestion to use the before insert (and consequently for my use case 'update') collection hooks worked. I just put the following code in my kitchen file within...

Hi, Something else related to the forms - it would be helpful to automatically add a 'required' class to the input groups having a required field. That way, you could...

Selecting required fields and styling those labels only without having the input and label directly adjacent is not possible with current CSS. I had to create the selector at the...