ajv-validator / ajv-validator/ajv-errors
Is it usable from browser?
Aberta
- Linguagem predominante
- TypeScript
- Estrelas
- 289
- Forks
- 21
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I am using ajv validation from browser. By adding the following code in the HTML page.
Is there any way or possible to use ajv-errors in the HTML page. I had tried to use by the following default in the html page. But it is not working.
var ajv = new Ajv({allErrors: true}); // options can be passed, e.g. {allErrors: true}
var schemaForRegCheck ={
"type": "number",
"minimum": 10,
"additionalProperties": false,
"errorMessage": 'this is a custom error messages'
}
Thank you advance.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.