File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 < option id ="multi_false_2 " value ="select_2 "> select_2</ option >
6666 </ select >
6767
68- < select id ="invisi_select " style ="opacity:0; ">
69- < option selected value ="apples "> Apples</ option >
70- < option value ="oranges "> Oranges</ option >
68+ < select name ="single_disabled ">
69+ < option id ="sinlge_disabled_1 " value ="enabled "> Enabled</ option >
70+ < option id ="sinlge_disabled_2 " value ="disabled " disabled ="disabled "> Disabled</ option >
71+ </ select >
72+
73+ < select name ="multi_disabled " multiple ="true ">
74+ < option id ="multi_disabled_1 " value ="enabled "> Enabled</ option >
75+ < option id ="multi_disabled_2 " value ="disabled " disabled ="disabled "> Disabled</ option >
7176 </ select >
7277
78+ < select id ="invisi_select " style ="opacity:0; ">
79+ < option selected value ="apples "> Apples</ option >
80+ < option value ="oranges "> Oranges</ option >
81+ </ select >
82+
7383 < select name ="select-default ">
7484 < option > One</ option >
7585 < option > Two</ option >
You can’t perform that action at this time.
0 commit comments