json-schema-form / angular-schema-form

Generate forms from a JSON schema, with AngularJS!
https://json-schema-form.github.io/angular-schema-form
MIT License
2.47k stars 653 forks source link

Required validation messages #985

Open hugoalexmartins opened 6 years ago

hugoalexmartins commented 6 years ago

Hi,

I am using angular-schema-form-material and I am trying to show up validation messages, for now, only for required fields. I am running the example inside, the validation runs ok, but the messages are not shown.

Anyone knows about this ?

I am attaching a print required-no-messages