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 b52b8b9 commit a6da9bfCopy full SHA for a6da9bf
src/easy-autocomplete.js
@@ -19,16 +19,7 @@ function init(Survey, $) {
19
Survey.JsonObject.metaData.addProperty("text", "choices:itemvalues");
20
Survey.JsonObject.metaData.addProperty("text", {
21
name: "choicesByUrl:restfull",
22
- className: "ChoicesRestfull",
23
- onGetValue: function(obj) {
24
- return obj && obj.choicesByUrl && obj.choicesByUrl.getData();
25
- },
26
- onSetValue: function(obj, value) {
27
- if (!obj.choicesByUrl) {
28
- obj.choicesByUrl = new Survey.ChoicesRestfull();
29
- }
30
- obj.choicesByUrl.setData(value);
31
+ className: "ChoicesRestfull"
32
});
33
Array.prototype.push.apply(
34
Survey.matrixDropdownColumnTypes.text.properties,
0 commit comments