You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a typo in the fiddle. You are passing “Midlothain” but the value is “Midlothian”.
The fiddle works with the typo fixed: http://jsfiddle.net/j03c41pw/
Please let me know if I missed something! So far this appears to work as intended so closing.
It's a fun coincidence but I wouldn't say it's the same issue, as here the issue was the typo, and in the other issue, it is a genuine regression caused by a bugfix that was never released in RCs so it couldn't cause any issues before the final 15.
As per this fiddle: http://jsfiddle.net/gqdzgue2/
The output of this in the select field is (edited for brevity)
When passing into the select field the value of "Midlothian" it is still showing "Fife" as the selected value.
However it does seem that it possibly works with defaultValue being passed (http://jsfiddle.net/w12xwd3z/6/) however it does not work with both being passed: http://jsfiddle.net/h34yL9yu/
The text was updated successfully, but these errors were encountered: