Topic: MD-SELECT layout falls apart outside of a \"row\" and \"col\" structure
kellyjromer pro premium priority asked 6 years ago
<div class="row"> <div class="col"> <select class="mdb-select md-form"> <option value="" disabled selected>Choose your option</option> <option value="1">Option 1</option> <option value="2">Option 2</option> <option value="3">Option 3</option> </select> <label>Example label</label> </div> </div> Using the md-select component outside a <div class="row"> and <div class="col"> structure causes the label's "absolute" positioning to send the label to the top of the page. There are scenarios where md-select may need to be used outside of the row/col structure.
Piotr Glejzer staff answered 6 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB jQuery
- MDB Version: 4.5.9
- Device: Macbook Pro
- Browser: Chrome
- OS: MacOS
- Provided sample code: No
- Provided link: No