Toolbox: Calling the `changeCategories` method no longer enables the `showCategoryTitles` property

This issue has been tracked since 2023-02-07.

Previously, when you called the Toolbox's changeCategories method, the showCategoryTitles property value was set to true automatically. This behavior was useful because the Toolbox could only use category titles to designate categories. Now, the Toolbox can do the same with separators, which makes category titles optional.

To revert to the previous behavior, enable the showCategoryTitles property explicitly after you call the changeCategories method:

toolbox.changeCategories( ... );
toolbox.showCategoryTitles = true;
More Details About Repo
Owner Name surveyjs
Repo Name survey-creator
Full Name surveyjs/survey-creator
Language TypeScript
Created Date 2015-12-22
Updated Date 2023-03-30
Star Count 683
Watcher Count 29
Fork Count 308
Issue Count 301

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date