Skip to content

Commit

Permalink
SVY-11057 [typeahead.spec] lazyloading is missing from the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lvostinar committed Apr 19, 2017
1 parent 7f138c4 commit 8dcc871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typeahead/typeahead.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"readOnly" : { "type": "protected", "blockingOn": true, "default": false,"for": ["dataProviderID","onDataChangeMethodID"], "tags": {"scope":"runtime"} },
"editable" : { "type": "protected", "blockingOn": false, "default": true,"for": ["dataProviderID","onDataChangeMethodID"] },
"styleClass" : { "type" :"styleclass", "tags": { "scope" :"design" }, "default" : "form-control"},
"valuelistID" : { "type" : "valuelist", "lazyLoading" : true,"tags": { "scope" :"design", "logWhenOverMax": false}, "for": "dataProviderID", "default":"autoVL", "pushToServer": "allow", "max":100},
"valuelistID" : { "type" : "valuelist", "tags": { "scope" :"design", "logWhenOverMax": false}, "for": "dataProviderID", "default":"autoVL", "pushToServer": "allow", "max":100},
"tabSeq" : {"type" :"tabseq", "tags": { "scope" :"design" }},
"visible" : "visible"
},
Expand Down

0 comments on commit 8dcc871

Please sign in to comment.