surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.01k stars 780 forks source link

To create Make all questions required property for a panel #8380

Open ElenaGorbatkova opened 3 weeks ago

ElenaGorbatkova commented 3 weeks ago

Are you requesting a feature, reporting a bug or asking a question?

feature

What is the current behavior?

if Required is set to true, only one question within a panel becomes required (any)

What is the expected behavior?

if 'Make all questions required' is set for a panel, all questions become required, there is a single error message for the entire panel, unanswered inputs don't have individual error messages, and are highlighted in red.

How would you reproduce the current behavior (if this is a bug)?

it's a default behavior

Provide the test code and the tested page URL (if applicable)

Tested page URL:

Test code

your_code_here

Specify your