Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ Add an attribute like `data-pristine-<ValidatorName>-message`with the custom mes
> The goal of this library is not to provide every possible type of validation and thus becoming a bloat.
> The goal is to provide most common types of validations and a neat way to add custom validators.

## Compatibility

- IE 11 : add the `Array.from` & `String.prototype.endsWith` polyfills or use [this link](https://polyfill.io/v3/polyfill.min.js?features=Array.from%2CString.prototype.endsWith) thanks to Polyfill.io

## License

[MIT](http://opensource.org/licenses/MIT)