File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 65
65
< option id ="multi_false_2 " value ="select_2 "> select_2</ option >
66
66
</ select >
67
67
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 >
71
76
</ select >
72
77
78
+ < select id ="invisi_select " style ="opacity:0; ">
79
+ < option selected value ="apples "> Apples</ option >
80
+ < option value ="oranges "> Oranges</ option >
81
+ </ select >
82
+
73
83
< select name ="select-default ">
74
84
< option > One</ option >
75
85
< option > Two</ option >
You can’t perform that action at this time.
0 commit comments