Skip to content

Input Select #13

@Rodolfo-XDR

Description

@Rodolfo-XDR

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions