Select component is missing helper prop


Topic: Select component is missing helper prop

okaeri pro asked 2 years ago

Expected behavior

MDBSelect has helper property, just like MDBInput and MDBTextarea.

Actual behavior

There is no such property.


Mikołaj Smoleński staff answered 2 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


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue
  • 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