NYPD / ritsu.js

HTML form validation
MIT License
2 stars 0 forks source link

isFormDirty() on file inputs return true if there is no file specified #36

Closed NYPD closed 7 years ago

NYPD commented 7 years ago

right now when storing initialValues, if there is no file specified it is comparing '' !== undefined

NYPD commented 7 years ago

Fixed in f8b6dff