File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ The selection is an array of value/text objects
8585 "key": 'select',
8686 "type": 'strapselect',
8787 "items": [
88- {"value": 'value1', "text": 'label1 '},
89- {"value": 'value2', "text": 'label2 '},
90- {"value": 'value3', "text": 'label3 '}
88+ {"value": 'value1', "text": 'text1 '},
89+ {"value": 'value2', "text": 'text2 '},
90+ {"value": 'value3', "text": 'text3 '}
9191 ]
9292 },
9393
@@ -98,8 +98,8 @@ The selection is an array of value/text objects
9898 "key": 'multiselect',
9999 "type": 'strapmultiselect',
100100 "items": [
101- {"value": 'value1', "text": 'label1 '},
102- {"value": 'value2', "text": 'label2 '},
101+ {"value": 'value1', "text": 'text1 '},
102+ {"value": 'value2', "text": 'text2 '},
103103 {"value": 'value3', "text": 'long very very long label3'}
104104 ]
105105 },
You can’t perform that action at this time.
0 commit comments