Topic: multi select size
useokpark priority asked 2 years ago
< ''' select class="select form-control-lg" multiple >
question, How should I increase the size?
Add comment
Michał Duszak staff answered 2 years ago
You can use data-mdb-size
attribute
<select class="select" data-mdb-size="lg">
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
<option value="4">Four</option>
<option value="5">Five</option>
<option value="6">Six</option>
<option value="7">Seven</option>
<option value="8">Eight</option>
</select>
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 Standard
- MDB Version: MDB5 3.11.0
- Device: pc
- Browser: crome
- OS: window
- Provided sample code: No
- Provided link: No