Closed
Description
I'm having an issue with a component rendering with the incorrect initial state. I've created an example of the issue at JSFiddle.
When the example is first run, the selected <option>
should be User Level 1
. It incorrectly has User Level 2
selected, even though the value of level
is 1
.
The example functions correctly if I comment out the replace: true
line in UserLevelComponent
.
Metadata
Metadata
Assignees
Labels
No labels