discourse/test/javascripts
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
..
acceptance UX: remove edit PM button 2020-05-28 15:15:27 +10:00
admin DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
components FIX: allows to define label/title properties for display instead of name 2020-05-28 08:30:31 +02:00
controllers DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
ember Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
fixtures Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
helpers FIX: allows to define label/title properties for display instead of name 2020-05-28 08:30:31 +02:00
initializers DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
lib Remove support for FontAwesome 4.7 icon names (#9871) 2020-05-26 14:53:32 -04:00
mixins Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
models DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
utils Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
widgets DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
plugin_tests.js.erb
test_helper.js Revert "DEV: Import `MessageBus` from `message-bus-client` instead of globals" 2020-05-27 16:14:09 -06:00