Skip to content

Move to Bootstrap 4 #192

Description

@GCorbel

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions