File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ import MultipleSelect from 'multiple-select-js'
2020
2121### Using CDN
2222``` html
23+ <!-- Bootstrap 4 -->
24+ <link rel =" stylesheet" href =" https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity =" sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin =" anonymous" >
25+
26+ <!-- Multiple Select JS -->
2327<link href =" https://unpkg.com/multiple-select-js/dist/css/multiple-select.css" rel =" stylesheet" >
2428<script src =" https://unpkg.com/multiple-select-js/dist/js/multiple-select.js" ></script >
2529```
@@ -60,7 +64,7 @@ For Multiple select you can simply add `multiple` attribute to the `select` tag.
6064 <option value =" php" >PHP</option >
6165 <option value =" javascript" >Javascript</option >
6266 <option value =" python" >Python</option >
63- <option value =" java" selected >Java</option >
67+ <option value =" java" >Java</option >
6468 </select >
6569</div >
6670```
You can’t perform that action at this time.
0 commit comments