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 Jun 16, 2019. It is now read-only.
When user type something in the autocomplete textbox of mdl-select and then click outside of the component, the autocomplete mechanisms seems to be broken. Visible autocomplete options are filtered by previously typed text, which is not longer displaying. To fix the autocomplete mechanism it is necessary to type a new text.
When user type something in the autocomplete textbox of
mdl-selectand then click outside of the component, the autocomplete mechanisms seems to be broken. Visible autocomplete options are filtered by previously typed text, which is not longer displaying. To fix the autocomplete mechanism it is necessary to type a new text.