Dropdown selects wrong item after update to beta.10 #643
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Dropdown selects wrong item on bind from model. It selects first one. I have debuged code and seems that the issue is inside domHandler.equals(a,b).
In my case it says that "1" is equal to "2". The type of "value" property of items in options collection is integer. Also this worked fine in previous version (beta 9).
The text was updated successfully, but these errors were encountered: