We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e9c5d commit de161e9Copy full SHA for de161e9
src/pretty-checkbox.js
@@ -46,18 +46,6 @@ function init(Survey) {
46
activatedByChanged: function (value) {
47
if (this.widgetIsLoaded()) {
48
widget.activatedBy = value;
49
- widget.settings.supportedTypes.forEach(function (supportedType) {
50
- Survey.JsonObject.metaData.removeProperty(supportedType, "renderAs");
51
-
52
- if (value === "property") {
53
- Survey.JsonObject.metaData.addProperty(supportedType, {
54
- name: "renderAs",
55
- category: "general",
56
- default: "default",
57
- choices: ["default", "prettycheckbox"],
58
- });
59
- }
60
61
}
62
},
63
isDefaultRender: false,
0 commit comments