Files
notifications-admin/app/assets/javascripts
Chris Hill-Scott b10f0747ae Use input event not keyup
The `oninput` event is a more performant way to detect changes to a
textbox’s contents (compared to `onkeydown`, `onpaste`, etc).

It’s not supported in older browsers, but since this is a likely to be
used by platform admin users only that’s OK.
2018-08-22 16:31:05 +01:00
..
2018-08-22 16:31:05 +01:00
2018-01-15 14:45:38 +00:00