We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7a532 commit 55e51c2Copy full SHA for 55e51c2
packages/demo/src/examples/example01.html
@@ -39,14 +39,12 @@ <h2 class="bd-title">
39
<label class="col-sm-2">Multiple Select</label>
40
41
<div class="col-sm-10">
42
- <form id="form">
43
- <select name="select1" class="multiple-select full-width" data-test="select1">
44
- <option value="1">First</option>
45
- <option value="2">Second</option>
46
- <option value="3">Third</option>
47
- <option value="4">Fourth</option>
48
- </select>
49
- </form>
+ <select class="multiple-select full-width" data-test="select1">
+ <option value="1">First</option>
+ <option value="2">Second</option>
+ <option value="3">Third</option>
+ <option value="4">Fourth</option>
+ </select>
50
</div>
51
52
0 commit comments