Guirec Corbel
Guirec Corbel
@pedrokiefer , you mean something like : ``` {{#em-form model=someModel}} {{input value="test"}} {{/em-form}} ``` Is it useful?
@pedrokiefer why? You want one place for all parameters but they're not applicable for all inputs. I like it like that.
Hello and sorry for the late answer. I think the best we can do at the moment is : {{#em-form-group model=model property='clubName'}} {{em-form-label text='Label' for='club-name'}} {{input value=(mut (get model.setting 'clubName'))...
There is no way to have error validation with this at the moment but I think it should no be difficult to add. I you want to contribute, you can...
I agree with the "bootstrap 4" by default. Maybe we can add a generator to generate a config file with stuffs for bootstrap 3 or custom config. I don't really...
Hi and sorry for the late answer (I forgot you). Can you try to use `propertyIsModel=true` attribute? You will have something like : ``` {{em-select label="Artist" property="artist" content=artists optionValuePath="id" optionLabelPath="name"...
Hi and sorry for late answer. I think this is not really related to ember-rapid-form but more to ember-cp-validations. As you can see [here](https://github.com/piceaTech/ember-rapid-forms/blob/master/addon/components/em-form.js#L74-L80), we only do `model.validate()`. You have...
There is nothing planned yet but I could be great. I'm not sure how it should works but this solution seems to be good : https://github.com/estelle/input-masking so we will have...
Not yet but it should not be a big deal to add it. Do you want to contribute ? I don't have the time at the moment.
It would be great. Documentation is definitively not my force.