Skip to content

Commit 828a896

Browse files
committed
SVY-19373 Error in console when using choice groups and collapses -
update
1 parent 7112670 commit 828a896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

choicegroup/choicegroup.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"size" : {"type" :"dimension", "default" : {"width":140, "height":80}},
1818
"showAs": { "type": "string", "values": [{"text":null}, {"html":"html"}, {"trusted_html":"trusted_html"}],"tags": { "doc" :"Option whether choice text is shown as plain text, sanitized html or trusted html (as is)."}},
1919
"styleClass" : { "type" :"styleclass", "default" : "checkbox" , "tags": { "scope" :"design", "doc": "Set the styleclasses that should be applied at to this component" }, "values" :["checkbox", "radio"]},
20-
"valuelistID" : { "type" : "valuelist", for: "dataProviderID", "max":300},
20+
"valuelistID" : { "type" : "valuelist", "for": "dataProviderID", "max":300},
2121
"tabSeq" : {"type" :"tabseq", "tags": { "scope" :"design" }},
2222
"toolTipText" : { "type" : "tagstring"},
2323
"findmode" : { "type":"findmode", "tags":{"scope":"private"}, "for" : {"editable":true}},

0 commit comments

Comments
 (0)