Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split the showNavigationButtons property and rename the navigationButtonsVisibility property #5286

Open
RomanTsukanov opened this issue Nov 28, 2022 · 0 comments · May be fixed by #9225
Open
Assignees
Labels
API change Issues that request changes in the API v2.0

Comments

@RomanTsukanov
Copy link
Contributor

RomanTsukanov commented Nov 28, 2022

SurveyModel has the showNavigationButtons property that specifies both visibility and location of navigation buttons. We should split this property in two:

showNavigationButtons: true | false,
navigationButtonsLocation: "top" | "bottom" | "topBottom"

Similarly, we should rename the PageModel.navigationButtonsVisibility property to showNavigationButtons: true | false.

@RomanTsukanov RomanTsukanov added the API change Issues that request changes in the API label Nov 28, 2022
@tsv2013 tsv2013 self-assigned this Dec 24, 2024
tsv2013 pushed a commit that referenced this issue Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API change Issues that request changes in the API v2.0
Projects
None yet
2 participants