Topic: Select component is missing helper prop
Expected behavior
MDBSelect has helper
property, just like MDBInput and MDBTextarea.
Actual behavior
There is no such property.
Mikołaj Smoleński staff answered 3 years ago
Hi @okaeri,
There is no built-in helper property in select, but it can be easily added manually, like this:
<div class="form-outline">
<MDBSelect
v-model:options="options1"
v-model:selected="selected1"
/>
<div class="form-helper">Example helper</div>
</div>
There should be the .form-outline wrapper for MDBSelect and below it the .form-helper div.
Keep coding, Mikołaj from MDB
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: MDB Vue
- MDB Version: MDB5 1.9.0
- Device: N/A
- Browser: N/A
- OS: N/A
- Provided sample code: No
- Provided link: No