Skip to content

Administrate plugin for select and multi-select with prompt/include_blank options

License

Notifications You must be signed in to change notification settings

headwayio/administrate-field-select_essential

Repository files navigation

Administrate::Field::SelectEssential

A plugin for Administrate

Usage

Add to your Gemfile:

gem 'administrate-field-select_essential'

Run:

$ bundle install

Add to your FooDashboard:

ATTRIBUTE_TYPES = [
  bars: Field::SelectEssential.with_options(
    choices: %w[One Two Three],
    include_blank: 'Choose An Option',
    multiple: true,
  ),
]

About

Administrate plugin for select and multi-select with prompt/include_blank options

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published