Constantine Z.
Results
1
issues of
Constantine Z.
Hello. How to validate fields with name like `````` in browser? Schema like this doesn't work: ``` let schema = { "field[name]": { type: 'string', required: true }, } ```