discourse/test/javascripts/components/select-kit
Joffrey JAFFEUX 0854785175
FIX: allows to define label/title properties for display instead of name
Usage:

```
const content = [{foo: "FOO", bar: "BAR", value: 1, name: "foo-bar"}];

{{combo-box
  content=content
  value=value
  labelProperty="foo"
  titleProperty="bar"
}}
```
2020-05-28 08:30:31 +02:00
..
api-test.js DEV: do not append/prepend if callback returns nothing (#9778) 2020-05-14 14:38:03 +02:00
category-chooser-test.js DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
category-drop-test.js DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
combo-box-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
dropdown-select-box-test.js FIX: displays a title on sk header if no selected name (#9794) 2020-05-15 17:36:00 +02:00
list-setting-test.js DEV: improves sk api (#9653) 2020-05-06 17:16:20 +02:00
mini-tag-chooser-test.js DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
multi-select-test.js DEV: improves sk api (#9653) 2020-05-06 17:16:20 +02:00
notifications-button-test.js DEV: improves sk api (#9653) 2020-05-06 17:16:20 +02:00
pinned-options-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
single-select-test.js FIX: allows to define label/title properties for display instead of name 2020-05-28 08:30:31 +02:00
tag-drop-test.js DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
topic-notifications-button-test.js DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
topic-notifications-options-test.js DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
user-chooser-test.js DEV: improves sk api (#9653) 2020-05-06 17:16:20 +02:00