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.
If the model binded to a select box isnt initialized in the controller, the model won't update if you select a value and then try to select a different value using the arrows.
Steps :
Select the first value in the not working selectbox. The model will update.
Press the down arrow key to select the second value. The model won't update.
Press the down arrow key again to select the third value. The model will update.
The text was updated successfully, but these errors were encountered:
Same issue as #2230, this is a bug in Chrome. The culprit here is the deletion of the empty element on change (probably because the <select> element's selectedIndex ends up remaining the same).
Tested with Chrome.
If the model binded to a select box isnt initialized in the controller, the model won't update if you select a value and then try to select a different value using the arrows.
I made a plunker with an example and steps to reproduce the issue :
http://plnkr.co/edit/cFlTRZ
Steps :
Select the first value in the not working selectbox. The model will update.
Press the down arrow key to select the second value. The model won't update.
Press the down arrow key again to select the third value. The model will update.
The text was updated successfully, but these errors were encountered: