discourse/app/assets/javascripts/select-kit/addon/mixins
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
..
plugin-api.js Add replaceContent selectKit modifier (#18569) 2022-10-12 13:38:42 -05:00
tags.js FIX: improves handling of filter with invalid tag chars (#17640) 2022-07-25 12:00:52 +02:00
utils.js DEV: Extensively use includes() (#17541) 2022-07-17 20:48:36 +02:00