This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
md-select inside directive doesn't update selected value in directive Unit Tests #2989
Labels
needs: unit tests
This PR needs unit tests to cover the changes being proposed
Milestone
REPRO STEPS
CURRENT BEHAVIOR
The box remains in "unselected" mode, and any attempts to interrogate its HTML structure show only the placeholder text as the selected text. Note that this directive works as expected in "production" mode; it only exhibits this behavior in unit tests.
EXPECTED BEHAVIOR
Ideally, md-select would expose a value attribute or something that can be used to easily determine the selected value. But in general, md-select should update based on bound model changes inside unit tests.
The text was updated successfully, but these errors were encountered: