xxxxxxxxxx
1
<form>
2
<select class="form-select select" data-mdb-filter="true"
3
data-mdb-clear-button="true" data-mdb-visible-options="6"
4
multiple onclose="this.form.submit()">
5
<option selected="selected" >One</option>
6
<option selected="selected">Two</option>
7
<option selected="selected">Three</option>
8
<option selected="selected">Four</option>
9
<option selected="selected">Five</option>
10
</select>
11
<label class="form-label select-label">Options</label>
12
</form>
1
1
1
1
Console errors: 0