mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 07:14:55 +00:00
* 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