This repository was archived by the owner on Apr 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
lib/activeadmin/selectize Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 33An Active Admin plugin to use [ Selectize.js] ( http://selectize.github.io/selectize.js ) (jQuery required).
44
55Features:
6- - nice select inputs
7- - items search
8- - AJAX content loading
9- - improve many-to-many / one-to-many selection
6+ - nice select inputs;
7+ - items search;
8+ - AJAX content loading;
9+ - improve many-to-many / one-to-many selection.
1010
1111## Install
1212
1313- Add to your Gemfile:
1414` gem 'activeadmin_selectize' `
15- - Add _ jquery-rails_ gem or include jQuery manually
1615- Execute bundle
1716- Add at the end of your ActiveAdmin styles (_ app/assets/stylesheets/active_admin.scss_ ):
1817` @import 'activeadmin/selectize_input'; `
8079
8180- Alternative syntax to pass data attributes: ` input_html: { data: { opts: '{}' } } `
8281
82+ - To use this plugins with ActiveAdmin 1.x please use the version 0.1.6
83+
8384## Options
8485
8586Pass the required options using ` input_html ` .
@@ -101,7 +102,7 @@ Take a look at [other ActiveAdmin components](https://github.com/blocknotes?utf8
101102
102103## Contributors
103104
104- - [ Mattia Roccoberton] ( http://blocknot.es ) - creator, maintainer
105+ - [ Mattia Roccoberton] ( http://blocknot.es ) : author
105106
106107## License
107108
Original file line number Diff line number Diff line change 11module ActiveAdmin
22 module Selectize
3- VERSION = '0.1.6'
3+ VERSION = '0.2.0' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments