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 a Make all items required for the Multiple textboxes #8381

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' for a multiple textboxes question, only one item is required, so a user can enter an answer to any of the fields and ignore the rest. If a survey creator wants all items to have answers, they have to make each individual item required.

What is the expected behavior?

If "Make all items required" is set to 'true' for a multiple textboxes question, all items become required. There is a single error message for the entire question, and unanswered items are highlighted in red without individual error messages.

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

it's a default setting behavior

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

Tested page URL:

Test code

your_code_here

Specify your