This repository was archived by the owner on May 4, 2022. It is now read-only.
This repository was archived by the owner on May 4, 2022. It is now read-only.
bug: "Select" doesn't work properly with filter #163
Open
Description
From @baplac on March 16, 2016 11:11
Type: bug
Ionic Version: 1.x
Platform: mobile webview
Code can be found here: http://codepen.io/baplac/pen/yOJLVZ
To reproduce the bug: Launch this code on either an android emulator or an android device. Change selected category from x to y (no problem yet). Then change selected category from y to z. The filter is applied but the selected category still appears to be y.
This bug does not seem to happen when testing the code in a browser.
Note: if we change the category back to y after producing the bug, the bug will "disappear". Every following category change will work fine. This only happens the second time the category is changed.
Copied from original issue: ionic-team/ionic-framework#5857