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.