Open
Description
I have a label element above the multi select component.
How can I set the id on the internal button element of the ngx-bootstrap-multiselect component so that the label can properly use it's "for" attribute. As far as I can tell, there is no customization setting that will pass the "id" attribute through
ie.
<label for="languages">Languages</label>
<ngx-bootstrap-multiselect [settings]="languageSettings" [options]="languages" formControlName="languageCds">
Metadata
Metadata
Assignees
Labels
No labels