Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

select(multiple): rendering bug when model array is changed #11952

@ghost

Description

I was trying to solve a general problem with the md-select directive: It is necessary to update the selected value(s) when the array list changes (to avoid remain values that does not exist in this current list).

I achieve it within a directive declaration, but I found an important trouble:

When I change selected value(s), the component is not automatically rendered. What do I need to implement for it?

Here is a testing demo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs: demoA CodePen demo or GitHub repository is needed to demonstrate the reproduction of the issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions