survey-creator icon indicating copy to clipboard operation
survey-creator copied to clipboard

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

Open JaneSjs opened this issue 1 year ago • 1 comments

https://github.com/surveyjs/survey-creator/blob/968a761905e19b36f2b1ebf28bf459b4d8f9fc20/packages/survey-creator-core/src/creator-base.ts#L108

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 avatar Aug 31 '24 07:08 JaneSjs