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

toolboxLocationType doesn't include the "none" option which allows hiding a toolbox #5844

Open
JaneSjs opened this issue Aug 31, 2024 · 1 comment
Assignees
Labels
user issue An issue or bug reported by users.

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Aug 31, 2024

export type toolboxLocationType = "left" | "right" | "sidebar";

To hide the toolbox, it is necessary to set the creator.toolboxLocation property to "none". However, toolboxLocationType doesn't actually include the "none" option.

@JaneSjs JaneSjs added API change Issues that request changes in the API user issue An issue or bug reported by users. labels Aug 31, 2024
@OlgaLarina OlgaLarina self-assigned this Sep 2, 2024
@JaneSjs
Copy link
Contributor Author

JaneSjs commented Sep 2, 2024

Thanks, @OlgaLarina, for the recommendation to use the creator.showToolbox option. However, it is not currently listed in SurveyCreatorModel API.
We should add it.

@JaneSjs JaneSjs self-assigned this Sep 3, 2024
@JaneSjs JaneSjs removed the API change Issues that request changes in the API label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user issue An issue or bug reported by users.
Projects
None yet
Development

No branches or pull requests

2 participants