Skip to content

Commit 11eeea2

Browse files
committed
Added radios-inline to kitchen sink demo.
1 parent 80df456 commit 11eeea2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

examples/data/sink.json

+22
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@
101101
"Tube"
102102
]
103103
},
104+
"radio2": {
105+
"title": "My Second Radio",
106+
"type": "string",
107+
"enum": [
108+
"Transistor",
109+
"Tube"
110+
]
111+
},
104112
"radiobuttons": {
105113
"type": "string",
106114
"enum": [
@@ -182,6 +190,20 @@
182190
}
183191
]
184192
},
193+
{
194+
"key": "radio2",
195+
"type": "radios-inline",
196+
"titleMap": [
197+
{
198+
"value": "Transistor",
199+
"name": "Transistor <br> Not the tube kind."
200+
},
201+
{
202+
"value": "Tube",
203+
"name": "Tube <br> The tube kind."
204+
}
205+
]
206+
},
185207
{
186208
"key": "radiobuttons",
187209
"style": {

0 commit comments

Comments
 (0)