AdminBSBMaterialDesign icon indicating copy to clipboard operation
AdminBSBMaterialDesign copied to clipboard

Dropdown not working on tab

Open irwanagaos opened this issue 7 years ago • 4 comments

select on tab

when i put dropdown on tab. the view of dropdown is double.

irwanagaos avatar Jan 25 '18 07:01 irwanagaos

Hi Do you got any solution, im also facing the same problem

avhasib avatar Feb 12 '18 20:02 avhasib

Yes I do. Just remove javascript plugin from your page:

plugins/bootstrap-select/js/bootstrap-select.js

I dont use it and its work.

irwanagaos avatar Feb 13 '18 02:02 irwanagaos

what class to use in <select> ? I try like form-line or form-group but not smooth

aangwie avatar Feb 25 '18 11:02 aangwie

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>

irwanagaos avatar Feb 28 '18 07:02 irwanagaos