discourse/app/assets/javascripts/select-kit
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
..
components FIX: adds select-kit api to modify header computed content (#5476) 2018-01-09 10:52:32 +01:00
mixins FIX: adds select-kit api to modify header computed content (#5476) 2018-01-09 10:52:32 +01:00
templates/components select-kit refactoring 2017-12-22 13:08:12 +01:00