We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80df456 commit 11eeea2Copy full SHA for 11eeea2
examples/data/sink.json
@@ -101,6 +101,14 @@
101
"Tube"
102
]
103
},
104
+ "radio2": {
105
+ "title": "My Second Radio",
106
+ "type": "string",
107
+ "enum": [
108
+ "Transistor",
109
+ "Tube"
110
+ ]
111
+ },
112
"radiobuttons": {
113
"type": "string",
114
"enum": [
@@ -182,6 +190,20 @@
182
190
}
183
191
184
192
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
185
207
{
186
208
"key": "radiobuttons",
187
209
"style": {
0 commit comments