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 Sep 5, 2024. It is now read-only.
docs(autocomplete): common issue inside of virtual repeat (#9842)
* Developers might have an autocomplete component inside of a VirtualRepeat container and will wonder why the autocompletes dropdown items are not updating.
* This is because the VirtualRepeat only updates the scope bindings (rather than re-creating the autocomplete - Recycler View) and the autocomplete previously cached the results and now displays the old ones.
Closes#9815.
0 commit comments