Skip to content

1.3.0

Compare
Choose a tag to compare
@lowjoel lowjoel released this 23 Feb 01:30
· 18 commits to master since this release

enhancements

  • Implement support for token fields. Use the as: :token on a Simple Form input field.

bug fixes

  • Do not change selects to the Bootstrap select class unless they are explicitly select fields.
    Other types of controls also give select fields -- typeaheads and the like.
  • Fix compatibility layer for Bootstrap selects when the bootstrap-select-rails is not installed.