material-angular-select
material-angular-select copied to clipboard
Add rebinding of of id/value default parameters
Implement id/value rebinding with required properties from object
<material-angular-select [data]="countries"
[label]="'Location'"
[name]="'country'"
[currentValue]="locationValue"
[idBinding]='"id"`
[valueBinding]='"text"'
(selectedValue)="changeCountry($event)"></material-angular-select>
@Gid733 What do you mean by binding value? You can use currentValue and selectedValue to control the value.