ember-form-master-2000 icon indicating copy to clipboard operation
ember-form-master-2000 copied to clipboard

A simple form builder for Ember built as an Ember-CLI addon.

Results 29 ember-form-master-2000 issues
Sort by recently updated
recently updated
newest added

Introduces inputWrapperClass, an element which wraps input fields, errors and help texts. This is needed for columns in bootstrap horizontal from. Example usage: ``` // routes/application.js import Ember from 'ember';...

unfortunately, in case of an array of errors on a single field (which is what ember-data does all the time), only "[object Object]" is shown as an error. Any ideas?

We need to figure out a way to handle multilingual labels and general internationalization

Hi there! I'm new to Ember and trying to get up and running with EFM2000 and ember-validations. I've gotten it to work up to a point, but I'm not sure...

Right now, it's difficult to confirm the presence of certain states on form groups. For instance, consider an email field with an error. Today, we get this: ``` html Email...

But that brings me to another problem #8, and problems with the API in general. I would prefer a more "magic" API, wherein no `type` is required, and can be...

Hi, Please could you consider adding client side translation of field level error messages from a 422 response from the server. {{t errors.message}} should work but not if multiple errors...

Find a graceful way to add WYSIWYG suppport