We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updates errorText to support both ember-validation style errors and ember-data errors that contain message property
Adding link to issue integrating Ember-validation + Ember Data
Adding code to registerTemplate to EasyForm.
fix problem with checkbox and label
Better support for checkboxes, but still big problem that input element should be child element of label
better handling for label on checkboxes
Added the Select.reopen portion to add the proper styles to select boxes.
Updated Bootstrap 3 and Ember Data With Server Side Validations (markdown)
Fixed a small error with an unneeded IF Check
Added the inputOptionsValues so you can now send the input type.
Adjusted the input.hbs to account for the dual error messages appearing.
errors.message was never being set, the validation messages were never appearing. The firstObject was all that it needed.
Added the period after 'context.errors
Created Bootstrap 3 and Ember-Data With Server Side Validations (markdown)