AdminBSBMaterialDesign
AdminBSBMaterialDesign copied to clipboard
Dropdown not working on tab
when i put dropdown on tab. the view of dropdown is double.
Hi Do you got any solution, im also facing the same problem
Yes I do. Just remove javascript plugin from your page:
plugins/bootstrap-select/js/bootstrap-select.js
I dont use it and its work.
what class
to use in <select>
? I try like form-line
or form-group
but not smooth
This is my example Code:
<div class="form-group form-float"> <div class="form-line"> <select class="form-control show-tick"> <option> </option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> <label class="form-label">Customer Group</label>