Skip to content

Commit b6dc7a4

Browse files
committed
Removed easy-autocomplete widget from toolbox (due to it's a text question extension)
1 parent 0e2fb48 commit b6dc7a4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/easy-autocomplete.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
function init(Survey) {
22
var widget = {
33
name: "autocomplete",
4-
title: "Autocomplete",
5-
iconName: "icon-autocomplete",
64
widgetIsLoaded: function() {
75
return typeof $ === "function" && !!$.fn.easyAutocomplete;
86
},
9-
defaultJSON: {},
107
isFit: function(question) {
118
return question.getType() === "text";
129
},
@@ -64,7 +61,7 @@ function init(Survey) {
6461
}
6562
};
6663

67-
Survey.CustomWidgetCollection.Instance.addCustomWidget(widget, "customtype");
64+
Survey.CustomWidgetCollection.Instance.addCustomWidget(widget, "type");
6865
}
6966

7067
if (typeof Survey !== "undefined") {

0 commit comments

Comments
 (0)