Michael Ryvkin
Results
1
issues of
Michael Ryvkin
It would be nice to have support for `readonly` input element. This could be done by changing ``` if (originalinput.is(':disabled')) { return; } ``` to ``` if (originalinput.is(':disabled,[readonly]')) { return;...