Chrome has rolled out a change to number inputs that is causing this error in my tests
Uncaught InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('number') does not support selection
I want to understand why should a number/email input not be select-able (sic)?