The survey.prevPage()
and survey.nextPage()
function doesn't correctly navigate to the previous and next pages when a survey displays each question on a separate page
#9330
Labels
We changed our current behavior. We do not create new pages for every question anymore. We render just one question per page.
Please call the following functions:
Adrew
T21475 - Custom navigation with single question per page mode
https://surveyjs.answerdesk.io/internal/ticket/details/T21475
View Demo
To reproduce the issue, click a custom
Next Page
button. A survey appears as follows:Additionally: the
onCurrentPageChanged
function is not triggered when a user navigates to the next form input field using default Prev/Next navigation buttons.Expected behavior - a page with the next question appears.
The text was updated successfully, but these errors were encountered: