-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I don't know if it's a problem directly from Metro4 or NgMetro but let's say I want to have a Dynamic Selection. (In my case, I wanted to create a selector with Countries and States so when I change input select "countries" then my input select "states" would update to the country selected.)
In summary, input select doesn't update values when handling a dynamic options list.
EDIT--------
Also, when trying to set up the input select value let's say:
<select [(ngModel)]="commodity.vehicle_id" name="vehicles" id="vehicles" data-role="select">
this.commodity.vehicle_id = 0
The Select Input, does not update visually, it does go to value 0, but visually doesn't. still shows another value.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels