Harcharan Singh
Harcharan Singh
Thanks for the information, will add soon. FYI: Currently, I 'm working on nested inputs logic, will rollout new release soon. Stable version soon after this.
didn't get your point. you need to elaborate, what you are trying to achieve?
Sorry for they late reply, I was too busy with other stuff. PR always WELCOMED. Please explain your situation on https://jsfiddle.net/ or some other platform of that kind.
Inputs: { name: 'Some Name', email: "[email protected]", __v: 24, } Rules: { name: 'required|string', email: 'required|string', } You want this library to get rid of __v property as it is...
Thanks @Kavinkumar07 fix will be released under `v4.6`
I know it too late. fixed: https://github.com/bitnbytesio/node-input-validator/commit/e7b59c99da99b6e773c1d67e1de641cfedd29d55 release: [4.5.1](https://www.npmjs.com/package/node-input-validator/v/4.5.1)
esm support release: [5.0.0-beta.6](https://www.npmjs.com/package/node-input-validator/v/5.0.0-beta.6)
release under beta [v5.0.0-beta.7](https://www.npmjs.com/package/node-input-validator/v/5.0.0-beta.7?activeTab=readme)