mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
This commit adds a feature detection for the `oninput` event, which isn’t supported in older browsers[1]. This means that the code that highlights placeholders will only be run in browsers that support the `oninput` event. 1. http://caniuse.com/#feat=input-event