blaze-forms icon indicating copy to clipboard operation
blaze-forms copied to clipboard

Dead easy reactive forms with validation (Meteor).

Results 26 blaze-forms issues
Sort by recently updated
recently updated
newest added

Can you talk about what functionality exists in the library to support properties that are arrays or objects? I'm just working on a simple contact form as a learning exercise,...

will add
add to docs

Hey @jonjamz! as usual thanks for this package - it's been very useful! I just updated aldeed:collection2 and it was quite a major update. Part of which involves the removal...

It seems that this.refresh() in onDataChange helper does not refresh the html form fields, though setting original values to new values. Seems like the issue is in this part of...

Hello :) I'm trying to create a form where you can add / delete / sort an array of dynamic forms. I have managed so far to create a form...

Hi, In the API reference it says: > The Action Function runs when the form is submitted. Data from the form fields is available directly from `this`. I'm using `space:template-controller`...

We're using Meteor 1.3.2.4 and are using the imports directory. I tried to get things working with the example code, but they didn't. The validation seemed to work et al,...

solution to #99 (just the `distance < 6` removal part)

Hi, I removed the restriction of a maximum distance between parent and child form member template ( was 6, why not 42? :smile: ) See PR below. I think that...

Hi, I think there is no _clean way_ to install a created (or any other) hook before `createFactory` is called. I thought about a PR, but in any way i...

The problem arose when creating a variable length array, each element being a validated object like this (coffee) First apologies, for using coffee & jade, but it makes the issue...