Bootstrap 4 is available and we should move to the new version. We have to follow this path : https://getbootstrap.com/docs/4.0/migration/ .
I think it would be nice to find a way to be compatible with both, like simple_form do in Ruby.
I'm not sure how we can do. We can add an object we can can change in config/environment.js like this :
ENV['ember-rapid-forms'] = {
formControlClass: 'form-group`,
formText: 'help-block`,
// ....
}
This allows to change classes which should be enough for Bootstrap 4 but it can be cool to find a way to be compatible with other frameworks allows to change wrappers. I will think to a way to do it.
@spruce and @slannigan what you think?
Bootstrap 4 is available and we should move to the new version. We have to follow this path : https://getbootstrap.com/docs/4.0/migration/ .
I think it would be nice to find a way to be compatible with both, like simple_form do in Ruby.
I'm not sure how we can do. We can add an object we can can change in
config/environment.jslike this :This allows to change classes which should be enough for Bootstrap 4 but it can be cool to find a way to be compatible with other frameworks allows to change wrappers. I will think to a way to do it.
@spruce and @slannigan what you think?