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 0e2fb48 commit b6dc7a4Copy full SHA for b6dc7a4
src/easy-autocomplete.js
@@ -1,12 +1,9 @@
1
function init(Survey) {
2
var widget = {
3
name: "autocomplete",
4
- title: "Autocomplete",
5
- iconName: "icon-autocomplete",
6
widgetIsLoaded: function() {
7
return typeof $ === "function" && !!$.fn.easyAutocomplete;
8
},
9
- defaultJSON: {},
10
isFit: function(question) {
11
return question.getType() === "text";
12
@@ -64,7 +61,7 @@ function init(Survey) {
64
61
}
65
62
};
66
63
67
- Survey.CustomWidgetCollection.Instance.addCustomWidget(widget, "customtype");
+ Survey.CustomWidgetCollection.Instance.addCustomWidget(widget, "type");
68
69
70
if (typeof Survey !== "undefined") {
0 commit comments