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 has been archived by the owner on May 21, 2021. It is now read-only.
Using a filter for options in w11-select < v0.4.4 causes a 'digest overflow'. The model is not updated because Angular stops updating all the data bindings after 10 digest lifecycles. w11k-select has to fix the 'digest overflow' and then the model should be updated.
In the following example the scope variable selected.options will never be updated:
The text was updated successfully, but these errors were encountered: