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 782 forks source link

Hide the progress bar if `questionsOnPageMode: "singlePage"` #8260

Closed RomanTsukanov closed 1 month ago

RomanTsukanov commented 1 month ago

The progress bar doesn't make sense when the survey contains only one page.

https://plnkr.co/edit/VSudYcoiWLz1x7Ym

Maybe we should also calculate the number of pages and hide the progress bar in these cases too.