Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rebinding of of id/value default parameters #3

Open
Gid733 opened this issue Apr 24, 2019 · 1 comment
Open

Add rebinding of of id/value default parameters #3

Gid733 opened this issue Apr 24, 2019 · 1 comment

Comments

@Gid733
Copy link

Gid733 commented Apr 24, 2019

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>
@ByPort
Copy link

ByPort commented Jun 19, 2019

@Gid733 What do you mean by binding value? You can use currentValue and selectedValue to control the value.

@ByPort ByPort mentioned this issue Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants