Sha256: a3e870b7cbc97eb38a1934bf36a56c9110375176205c3b298361f82eb86a1efe

Contents?: true

Size: 559 Bytes

Versions: 7

Compression:

Stored size: 559 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
```

### application.css
```
*= require simple_form/dropdown_select
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
simple_form-dropdown_select-0.2.1 README.md
simple_form-dropdown_select-0.2.0 README.md
simple_form-dropdown_select-0.1.4 README.md
simple_form-dropdown_select-0.1.3 README.md
simple_form-dropdown_select-0.1.2 README.md
simple_form-dropdown_select-0.1.1 README.md
simple_form-dropdown_select-0.1.0 README.md