You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, @OlgaLarina, for the recommendation to use the creator.showToolbox option. However, it is not currently listed in SurveyCreatorModel API.
We should add it.
survey-creator/packages/survey-creator-core/src/creator-base.ts
Line 108 in 968a761
To hide the toolbox, it is necessary to set the
creator.toolboxLocation
property to"none"
. However,toolboxLocationType
doesn't actually include the"none"
option.The text was updated successfully, but these errors were encountered: