discourse/app/assets/javascripts/select-kit/addon
Isaac Janzen 231dc10bbd
Add replaceContent selectKit modifier (#18569)
Add the ability to modify a selectKit's content with `replaceContent`

Eg.

```
      api.modifySelectKit("combo-box").replaceContent(() => {
        return {
          id: "foo",
          name: "Foo",
        };
      });
```

will override existing content to only include the passed object
2022-10-12 13:38:42 -05:00
..
components DEV: Refactor the last few bootbox dialogs (#18416) 2022-10-07 11:38:27 -04:00
mixins Add replaceContent selectKit modifier (#18569) 2022-10-12 13:38:42 -05:00
templates/components DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
.gitkeep Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00