@@ -341,6 +341,7 @@ exports[`HTML Output given anyOf combiner placed next to allOf given allOf mergi
341341 <input type =\\"text\\" style =\\"font-size: 16px\\" />
342342 <label >
343343 <select size =\\"2\\">
344+ <option></option>
344345 <option value =\\"0\\">1. Admin</option>
345346 <option value =\\"1\\">2. Editor</option>
346347 </select>
@@ -476,6 +477,7 @@ exports[`HTML Output given array with oneOf containing items, should merge it co
476477 <input type =\\"text\\" style =\\"font-size: 16px\\" />
477478 <label >
478479 <select size =\\"2\\">
480+ <option></option>
479481 <option value =\\"0\\">1. array of strings</option>
480482 <option value =\\"1\\">2. array of numbers</option>
481483 </select>
@@ -606,6 +608,7 @@ exports[`HTML Output given oneOf combiner placed next to allOf given allOf mergi
606608 <input type =\\"text\\" style =\\"font-size: 16px\\" />
607609 <label >
608610 <select size =\\"2\\">
611+ <option></option>
609612 <option value =\\"0\\">1. Admin</option>
610613 <option value =\\"1\\">2. Editor</option>
611614 </select>
@@ -1224,16 +1227,17 @@ exports[`HTML Output should match arrays/of-complex-objects.json 1`] = `
12241227 <input type =\\"text\\" style =\\"font-size: 16px\\" />
12251228 <label >
12261229 <select size =\\"2\\">
1230+ <option></option>
12271231 <option value =\\"0\\">1. object</option>
12281232 <option value =\\"1\\">2. array of integers</option>
12291233 </select>
12301234 </label>
12311235 </div>
12321236 <div>
12331237 <button
1238+ aria-label =\\"Pick a type\\"
12341239 aria-haspopup =\\"listbox\\"
12351240 aria-expanded =\\"false\\"
1236- aria-label =\\"Pick a type\\"
12371241 id =\\"react-aria-0-3\\"
12381242 aria-labelledby =\\"react-aria-0-3 react-aria-0-5\\"
12391243 type =\\"button\\"
@@ -2497,6 +2501,7 @@ exports[`HTML Output should match combiners/allOfs/with-type.json 1`] = `
24972501 <input type =\\"text\\" style =\\"font-size: 16px\\" />
24982502 <label >
24992503 <select size =\\"2\\">
2504+ <option></option>
25002505 <option value =\\"0\\">1. BugExample</option>
25012506 <option value =\\"1\\">2. BugExample</option>
25022507 </select>
@@ -2655,6 +2660,7 @@ exports[`HTML Output should match combiners/oneof-with-array-type.json 1`] = `
26552660 <input type =\\"text\\" style =\\"font-size: 16px\\" />
26562661 <label >
26572662 <select size =\\"2\\">
2663+ <option></option>
26582664 <option value =\\"0\\">1. array of objects</option>
26592665 <option value =\\"1\\">2. array of objects</option>
26602666 </select>
@@ -2739,6 +2745,7 @@ exports[`HTML Output should match combiners/oneof-within-array-item.json 1`] = `
27392745 <input type =\\"text\\" style =\\"font-size: 16px\\" />
27402746 <label >
27412747 <select size =\\"2\\">
2748+ <option></option>
27422749 <option value =\\"0\\">1. array of A-s</option>
27432750 <option value =\\"1\\">2. array of B-s</option>
27442751 </select>
@@ -2969,16 +2976,17 @@ exports[`HTML Output should match default-schema.json 1`] = `
29692976 <input type =\\"text\\" style =\\"font-size: 16px\\" />
29702977 <label >
29712978 <select size =\\"2\\">
2979+ <option></option>
29722980 <option value =\\"0\\">1. object</option>
29732981 <option value =\\"1\\">2. array of integers</option>
29742982 </select>
29752983 </label>
29762984 </div>
29772985 <div>
29782986 <button
2987+ aria-label =\\"Pick a type\\"
29792988 aria-haspopup =\\"listbox\\"
29802989 aria-expanded =\\"false\\"
2981- aria-label =\\"Pick a type\\"
29822990 id =\\"react-aria-0-3\\"
29832991 aria-labelledby =\\"react-aria-0-3 react-aria-0-5\\"
29842992 type =\\"button\\"
0 commit comments