Skip to content

A custom multiple select field for Carbon Fields with optional Select2 support.

License

Notifications You must be signed in to change notification settings

dmhendricks/carbon-field-select-multiple

Repository files navigation

Carbon Field: Select Multiple

The future home of Carbon_Field_Select_Multiple. This currently does not work.

Requirements

Example Usage

Add the following to composer.json:

"repositories": [
   {
      "type": "vcs",
      "url": "https://github.com/dmhendricks/carbon-field-select-multiple.git"
   }
],
"require": {
  "php": ">=5.3.2",
  "mnsami/composer-custom-directory-installer": "~1.1.0",
  "htmlburger/carbon-fields": "^2.0.0",
  "dmhendricks/carbon-field-select2": "*",
  "composer/installers": "^1.3.0"
},
"extra": {
  "installer-paths": {
    "./vendor/htmlburger/carbon-fields": ["htmlburger/carbon-fields"]
  }
}

About

A custom multiple select field for Carbon Fields with optional Select2 support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published