mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-10 20:34:41 -04:00
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.