Topic: Bootstrap select
rl pro asked 7 years ago
I'd like to use the MDB select (https://mdbootstrap.com/angular/advanced/material-select/), but there are two small issues which would be nice if could be solved:
- the placeholder text is not shown above the options when options are open. Yes, this is not so important, but it looks a little bit better :-)
- select, shown at https://mdbootstrap.com/angular/advanced/material-select/, reflects the visibility of open options - I mean should some option not be visible, the options window opens up. The MDB Angular select does not do that.
Any chance to fix it? Or am I doing something wrong?
Radek
Adrian Sawicki free answered 7 years ago
Adrian Sawicki free answered 7 years ago
rl pro commented 7 years ago
Hi, thanx for hint, I've done something similar. But I was not able to find any workaround for the other issue, I mean opening the options and assure that they are all visible. Hopefully you added this to your to-do list as well :-)Adrian Sawicki free answered 7 years ago
rl pro commented 7 years ago
Hi, ok, I have tried to make some snapshots :-) Pls. check http://lucan.cz/mdb/mdb-select-default.png - this is the jquery mdb select, with placeholder text above the options and the options box is show so that all the options are visible even if the box was opened by the bottom of the viewport and compare it with angular mdb select http://lucan.cz/mdb/mdb-select-ng.png Hopefully this is now cleaner, Radek And the code (just copied from these pages): <pre> <div class="row"> <div class="col-md-6"> <mdb-select [options]="optionsSelect" placeholder="Choose your option"></mdb-select> <label>Example label</label> </div> </div> </pre>FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No