discourse/test/javascripts
Robin Ward 4f42bb1fd2
DEV: Support for `onChange` on `{{text-field}}` (#9362)
* DEV: Support for `onChange` on `{{text-field}}`

This will automatically be debounced and only fired when the value
changes.

There is also `onChangeImmediate` which is not debounced in case you
need that, but in almost all cases when observing text in an element you
should debounce.

* Add cancel for timer
2020-04-07 11:41:21 -04:00
..
acceptance DEV: allow for internal format change of Drafts 2020-04-03 14:56:34 +11:00
admin Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
components DEV: Support for `onChange` on `{{text-field}}` (#9362) 2020-04-07 11:41:21 -04:00
controllers FEATURE: Bookmark reminder type changes and bugfixes (#9329) 2020-04-02 09:57:48 +10:00
ember Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
fixtures FIX: move total rows count & load more URL inside meta. 2020-04-03 07:32:50 +05:30
helpers DEV: Allows moduleForWidget to use before/afterEach options (#9296) 2020-03-30 18:12:32 +02:00
initializers Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
lib FEATURE: allows multiple custom emoji groups (#9308) 2020-03-30 20:16:10 +02:00
mixins Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
models FIX: allows adapters to define a custom primaryKey (#9254) 2020-03-30 15:23:59 +02:00
utils Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
widgets fix translations impacting other tests (#9321) 2020-03-31 09:26:35 +02:00
plugin_tests.js.erb Support for Acceptance tests in plugins 2015-08-27 17:07:11 -04:00
test_helper.js DEV: use REPORT_REQUESTS=1 to find all requests 2020-04-02 16:01:49 +11:00