jaridmargolin / formatter.js

Format html inputs to match a specified pattern
http://firstopinion.github.io/formatter.js
2.48k stars 235 forks source link

Input's `readonly` attribute is ignored #54

Open th0r opened 10 years ago

th0r commented 10 years ago

Input's value can be changed even with a readonly attribute set. Browsers: FF 30, Chrome 34.

jaridmargolin commented 10 years ago

Should be fairly easy to implement. Would be glad to accept a PR. If not, I will address when time permits.