Sha256: 36a96286db3ea554168f1717b4d2a374528670f79cd6985091a0c0a9e9373d78
Contents?: true
Size: 623 Bytes
Versions: 4
Compression:
Stored size: 623 Bytes
Contents
Simple Form - Dropdown Select Input ======= ## Dependencies - Coffeescript - Stylus - jQuery - Simple Form - Bootstrap-dropdown v3 ## Use it ### In your forms ```ruby simple_form_for :foo do |f| f.input :employees, as: :dropdown_select, collection: [['Adam', :adam, 'The developer of this gem.'], ['Blue', :blue, 'Blue is a nice color, in case you were wondering.']] end ``` ### application.js ``` //= require simple_form-dropdown_select_input ``` ### application.css ``` *= require simple_form-dropdown_select_input ``` ## Notes Currently does not allow `include_blank`.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
simple_form-dropdown_select-0.0.4 | README.md |
simple_form-dropdown_select-0.0.3 | README.md |
simple_form-dropdown_select-0.0.2 | README.md |
simple_form-dropdown_select-0.0.1 | README.md |