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
{{ message }}
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
Description
selectedItem property momentarily becomes undefined when the selection changes. This fires computed bindings.
Expected outcome
selectedItem directly changes from 'before' to 'after', or doesn't fire computed bindings in between.
Actual outcome
The computed binding is fired with selectedItem === undefined.
Live Demo
http://jsbin.com/zidelanake/1/edit?html,js,console,output
Steps to reproduce
Actual:
"getSelectedItemId result: one"
"getSelectedItemId result: undefined"
"getSelectedItemId result: two"
Expected:
"getSelectedItemId result: one"
"getSelectedItemId result: two"
Browsers Affected
Chrome, though I imagine it affects others also.
The text was updated successfully, but these errors were encountered: