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 was archived by the owner on Apr 12, 2024. It is now read-only.
Basically, the problem is that the render() removes the wrong option from the select controller since it assumes that the option that was removed has the same label as the excessive option in existingOptions, but this is only correct if the option was popped from the end of the array.
Here's a plunkr that reproduces the issue: http://plnkr.co/edit/CZIUHBrqlz7CS93lbZiH?p=preview
Basically, the problem is that the
render()
removes the wrong option from the select controller since it assumes that the option that was removed has the same label as the excessive option inexistingOptions
, but this is only correct if the option was popped from the end of the array.This was introduced in 2bcd02d
I'm looking into how to fix it, but I'd appreciate any suggestions.
/cc @btford
The text was updated successfully, but these errors were encountered: