From a0b4f523c93fd3a801d7ac594b67cae0a1c26562 Mon Sep 17 00:00:00 2001 From: lvostinar Date: Fri, 31 May 2019 16:15:43 +0300 Subject: [PATCH] SVY-13716 Valuelist Type for Choicegroup components --- choicegroup/choicegroup.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/choicegroup/choicegroup.spec b/choicegroup/choicegroup.spec index caeebe5..de84e51 100644 --- a/choicegroup/choicegroup.spec +++ b/choicegroup/choicegroup.spec @@ -12,7 +12,7 @@ "readOnly" : { "type": "protected", "blockingOn": true, "default": false, "for": ["dataProviderID","onDataChangeMethodID"], "tags": {"scope":"runtime"} }, "inputType" : {"type" : "string" , "default" : "checkbox" ,"tags": { "scope" :"design" }, "values" : ["checkbox","radio"]}, "styleClass" : { "type" :"styleclass", "default" : "checkbox" , "tags": { "scope" :"design" }, "values" :["checkbox", "radio"]}, - "valuelistID" : { "type" : "valuelist", "tags": { "scope" :"design" }, "for": "dataProviderID", "max":300}, + "valuelistID" : { "type" : "valuelist", "tags": { "scope" :"design" }, "max":300}, "tabSeq" : {"type" :"tabseq", "tags": { "scope" :"design" }}, "toolTipText" : { "type" : "tagstring"}, "findmode" : { "type":"findmode", "tags":{"scope":"private"}, "for" : {"editable":true}},