This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/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 Introduces select-kit 2017-11-21 11:53:09 +01:00
dropdown-select-box Introduces select-kit 2017-11-21 11:53:09 +01:00
future-date-input-selector Introduces select-kit 2017-11-21 11:53:09 +01:00
multi-select Introduces select-kit 2017-11-21 11:53:09 +01:00
notifications-button Introduces select-kit 2017-11-21 11:53:09 +01:00
select-kit Introduces select-kit 2017-11-21 11:53:09 +01:00
admin-agree-flag-dropdown.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
admin-delete-flag-dropdown.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
admin-group-selector.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
categories-admin-dropdown.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
category-chooser.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
category-notifications-button.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
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 Introduces select-kit 2017-11-21 11:53:09 +01:00
dropdown-select-box.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
future-date-input-selector.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
group-notifications-button.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
list-setting.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
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 Introduces select-kit 2017-11-21 11:53:09 +01:00
notifications-button.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
pinned-button.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
pinned-options.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
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 Introduces select-kit 2017-11-21 11:53:09 +01:00
topic-footer-mobile-dropdown.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
topic-notifications-button.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00
topic-notifications-options.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00