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
I've got an input that always needs to keep focus.
I'm switching over to angular2-mdl from angular2-material as it's lacking a lot of features. I had something similar working in angular2-material already and tried the following when switching to angular2-mdl. But setFocus() is protected which breaks the whole thing.
I've got an input that always needs to keep focus.
I'm switching over to angular2-mdl from angular2-material as it's lacking a lot of features. I had something similar working in angular2-material already and tried the following when switching to angular2-mdl. But setFocus() is protected which breaks the whole thing.
Edit:
Don't forget to create an if-statement to make sure this.inputEl is set. ;)
The text was updated successfully, but these errors were encountered: