kris2214
Results
2
issues of
kris2214
Validation error messages, like 'field is required', 'pattern does not match', are not displayed in UI. The same works as expected with bootstrap decorator. I have posted the issue in...
Consider I have a json schema as below: ....... "properties" : { "name": { "type":"string", **"hide":"true"** } ...... }, "required": ["name"] The name field is hidden, but also required. I...