StartBootstrap / startbootstrap-sb-admin

A free, open source, Bootstrap admin theme created by Start Bootstrap
https://startbootstrap.com/template/sb-admin/
MIT License
3.22k stars 2.01k forks source link

form-label-group not showing proper when using select #104

Closed milan-sahana closed 4 years ago

milan-sahana commented 5 years ago

my code is

            <div class="form-label-group">
                <select name="Type" id="Type" class="form-control" required>
                    <option value="Type1">Type1</option>
                    <option value="Type2">Type2</option>
                    <option value="Type3">Type3</option>
                </select>
                <label for="Type">Product Type</label>
            </div>

its not showing properly, but when we use text/password input then its working fine.

davidtmiller commented 4 years ago

This is more of a Bootstrap usage issue than an issue with SB Admin