async-validate icon indicating copy to clipboard operation
async-validate copied to clipboard

Asynchronous type validation for node and the browser

Results 4 async-validate issues
Sort by recently updated
recently updated
newest added

type:url, ############## invalid url + keydown,一直按着会导致cpu100%,页面卡死

1:data validor rule is required by number ,input is have data but validator is not through. 2:datav validor rule is required by data,input is hava data but valitor tip is...

after invoke some times. the `type: ['string', 'object']` --> `type: ['string'].

Using the following description throws and unexpected error: ``` { "type": "object", "fields": { "testKey": { "type": "object", "required": true, "fields": { "anotherTest": [ { "type": "object", "required": true, "fields":...