discourse/app/assets/javascripts/select-kit/components
Joffrey JAFFEUX b2b565c2fb
select-kit initial plugin api implementation (0.8.13)
```
api.modifySelectKit("identifier-of-the-select-targeted")
  .modifyContent((context, existingContent) => {})
  .appendContent(() => {})
  .prependContent(() => {})
  .onSelect((context, val) => {});
```
2017-11-22 10:34:12 +01:00
..
combo-box
dropdown-select-box
future-date-input-selector
multi-select
notifications-button
select-kit
admin-agree-flag-dropdown.js.es6
admin-delete-flag-dropdown.js.es6
admin-group-selector.js.es6
categories-admin-dropdown.js.es6
category-chooser.js.es6
category-notifications-button.js.es6
category-row.js.es6 FIX: displayCategoryDescription was not working correctly 2017-11-21 15:38:30 +01:00
category-selector.js.es6 FIX: displayCategoryDescription was not working correctly 2017-11-21 15:38:30 +01:00
combo-box.js.es6
dropdown-select-box.js.es6
future-date-input-selector.js.es6
group-notifications-button.js.es6
list-setting.js.es6
multi-select.js.es6 select-kit initial plugin api implementation (0.8.13) 2017-11-22 10:34:12 +01:00
none-category-row.js.es6
notifications-button.js.es6
pinned-button.js.es6
pinned-options.js.es6
search-advanced-category-chooser.js.es6 FIX: displayCategoryDescription was not working correctly 2017-11-21 15:38:30 +01:00
select-kit.js.es6 select-kit initial plugin api implementation (0.8.13) 2017-11-22 10:34:12 +01:00
single-select.js.es6 select-kit initial plugin api implementation (0.8.13) 2017-11-22 10:34:12 +01:00
tag-notifications-button.js.es6
topic-footer-mobile-dropdown.js.es6
topic-notifications-button.js.es6
topic-notifications-options.js.es6