discourse/app/assets/javascripts/select-kit/mixins
Joffrey JAFFEUX c9921869f1
FIX: adds select-kit api to modify header computed content (#5476)
This api would allow to simply modify header text or icons, eg:

```
      api.modifySelectKit("select-kit")
        .modifyHeaderComputedContent((context, computedContent) => {
          computedContent.title = "Not so evil";
          return computedContent;
        });
```
2018-01-09 10:52:32 +01:00
..
dom-helpers.js.es6 select-kit DOM mixin refactoring 2017-12-28 16:12:45 +01:00
events.js.es6 select-kit DOM mixin refactoring 2017-12-28 16:12:45 +01:00
plugin-api.js.es6 FIX: adds select-kit api to modify header computed content (#5476) 2018-01-09 10:52:32 +01:00
utils.js.es6 FIX: cast integer on truthy value and not only true 2017-11-22 13:40:22 +01:00