Zyllorion

Results 2 issues of Zyllorion

Using the code: ``` {{select-2 content=theReasons value=model.reason optionValuePath="id" placeholder="Choose a reason" label="Reason"}} ``` With the following defined in the controller: ``` export default Ember.Controller.extend({ theReasons: [{ id: "Reason 1", text:...

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...