discourse/app/assets/javascripts/discourse/tests
Joffrey JAFFEUX f525f722ea
DEV: adds expandedOnInsert option to sk (#19870)
Allows to display a select-kit component expanded by default.

Usage:

```
<SingleSelect
  @value={{this.value}}
  @content={{this.content}}
  @options={{hash expandedOnInsert=true}}
/>
```
2023-01-13 16:13:13 +01:00
..
acceptance DEV: Add search suggestions for tag-intersections (#19777) 2023-01-11 13:02:22 -06:00
addons/truth-helpers/integration/helpers DEV: adds includes helper to templates (#18259) 2022-09-15 14:20:37 +02:00
fixtures DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
helpers DEV: Deprecate controllerFor test helper (#19606) 2022-12-23 11:33:42 +01:00
integration DEV: adds expandedOnInsert option to sk (#19870) 2023-01-13 16:13:13 +01:00
unit FIX: Avoid race conditions when toggling presence state (#19648) 2022-12-29 00:44:31 +00:00
index.html DEV: Update Twitter meta tags while navigating in app (#19468) 2022-12-14 14:33:09 -05:00
setup-tests.js DEV: Drop helper context setup in tests (#19423) 2022-12-12 15:20:48 +01:00
test-boot-ember-cli.js DEV: Make the setupTests a regular import (#19046) 2022-11-16 16:11:18 +08:00