Charles Davison

Results 44 comments of Charles Davison

I've been using HTML5 validation more and more, it could be a good idea to at least use the same API and polyfill where required? Could use existing libraries for...

We could have a clean() method that gets called within validate({ clean: true} ) and trims white space around values as this is quite a common use case. Perhaps validators...

I don't really use this module any more but if you can merge in the latest changes from master (from your other PR) then I'll merge this in. Thanks!

Thanks Ian - you should actually make changes to the files in the `src` directory since all the files in `distribution` are auto-generated and will be overwritten. Having said that,...