Topic: MD-SELECT layout falls apart outside of a \"row\" and \"col\" structure
scottwilliams 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.
Add comment
Piotr Glejzer staff answered 6 years ago
Hi,
you have to upgrade version to 4.5.10 becase there was a fix about mdb-select. Let me if it helped or not.
Best,
Piotr
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Priority
- 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