I
Ivan Marsh
Ivan Marsh said:
Since I don't restrict user input at this level, I've never had any use
for an onPaste handler. I only audit input onChange and onSubmit (both
for the user's convenience, only) and, of course, on the server side, to
protect the application.
So you have an onChange handler on every input field you use just in case
someone pastes information incorrectly into the field? Seems like a waste
of time and bandwidth to prevent a non-issue to me... but I guess that's
just me.