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.
Hello guys!
I think I found a bug for md-search-test-change.
This directive can't detect search text is empty if user do this :
If user first type: "abc", the md-search-text-change do will be called. There is no problem.
However, if the user firstly input a word "abc" in the input box and then delete them together or just press delete on the keyboard ,the md-search-text-change won't get a chance to call.....
Which means: there is no way to determine if the search text is empty or not.
I know there is a button at the end for input box. If we press that clean button, the search text will gone. and the model bind to md-selected-item will gone....
Question is: you can't force user to press that button to clean the selectItem model ...
Anyone know , how to tell if the search text is empty when user clean them by the way I gave?