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.02k stars 785 forks source link

The `validate()` method ignores the `focusOnFirstError` parameter #8228

Closed JaneSjs closed 2 months ago

JaneSjs commented 2 months ago

Regardless of the survey.validate(false, false) function, an invalid form value is focused.

A reproducible demo is available at T18008 - unwanted focus on validation.