File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
< h1 > Vanilla JavaScript Dropdown</ h1 >
20
20
21
- < h3 > Vanilla JavaScript replacement for <select> element makes the styling easy and consistent.</ h3 >
21
+ < h3 > Vanilla JavaScript replacement for <select> element that makes the styling easy and consistent.</ h3 >
22
22
</ header >
23
23
24
24
< section >
@@ -103,15 +103,13 @@ <h2>Options</h2>
103
103
< table >
104
104
< tr >
105
105
< th > Option</ th >
106
- < th > Type</ th >
107
106
< th > Required</ th >
108
107
< th > Description</ th >
109
108
</ tr >
110
109
< tr >
111
110
< td > elem</ td >
112
- < td > string</ td >
113
111
< td > yes</ td >
114
- < td > < i > id</ i > of the original select element</ td >
112
+ < td > < i > id</ i > of the original select element < b > or </ b > a direct DOM element </ td >
115
113
</ tr >
116
114
</ table >
117
115
</ section >
You can’t perform that action at this time.
0 commit comments