discourse/app
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
..
assets DEV: Support for onChange on {{text-field}} (#9362) 2020-04-07 11:41:21 -04:00
controllers FEATURE: Hash user API keys in the database (#9344) 2020-04-07 16:42:52 +03:00
helpers FIX: Display small post actions when embedding a topic (#9278) 2020-03-26 09:07:41 -03:00
jobs FIX: Limit personal message participants when converting from topic (#9343) 2020-04-03 16:42:01 +01:00
mailers FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
models FIX: Include pending queued users regardless of their score (#9372) 2020-04-07 11:42:12 -03:00
serializers FEATURE: Add lazy loading to user bookmarks list (#9317) 2020-04-01 14:09:07 +10:00
services FIX: FlagSockpuppets should not flag a post if a post of that user was already rejected by staff (#9328) 2020-04-01 09:20:45 -03:00
views DEV: Add build_plugin_html to wizard head (#9293) 2020-03-27 10:02:48 -05:00