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.12k stars 802 forks source link

Dynamic Panel - The top progress bar is missing when the "progressTopBottom" render mode is enabled #8390

Closed JaneSjs closed 3 months ago

JaneSjs commented 3 months ago

T18510 - Dynamic Panel Count in Header https://surveyjs.answerdesk.io/internal/ticket/details/T18510


View Demo

{
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "paneldynamic",
     "name": "question1",
     "templateElements": [
      {
       "type": "text",
       "name": "question2"
      }
     ],
     "renderMode": "progressTopBottom"
    }
   ]
  }
 ]
}

The navigator appears at the bottom only: image

It is expected to appear at top and bottom.

JaneSjs commented 3 months ago

The navigation bar actually appears at top and bottom, however, the page indicator appears at bottom only.