Description
Hello all,
I have an issue to show a validation message for conditional questions. Just in case, I am using the recent version of schema-form.js which is updated by Angular Schema form team 6 months ago. The version number of this schema-form.js in their package.json is 0.8.12.
Here is my example: https://plnkr.co/edit/GpmbaMPZmtgofOdV0Fye?p=preview
How to reproduce the issue in my example:
(1) select 'YES' for showing some conditional questions from the first question
The first question is "Do you want to see the 2nd questions?".
(2) just click 'Validate' button to validate the entire form.
(3) You can see some css changes (color change to red), but you can't see any error message (sf-message) under each field, which should be 'Required'.
However, if you click 'validate' button for the 1st question without any selected value(Yes or No), you can see a proper error message (Required) because this is not the conditional questions.
how to see this:
(1) Just click 'validate' button from the first question without any selected value.
(2) Then, you can see "Required" red error message under the radio buttons.
Do you have any idea for this?
Thank you,