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
md-datepicker-toggle should respect the input state.
What is the current behavior?
Described below.
What are the steps to reproduce?
1 - Click "Enable/disable" input... now the input is disabled;
2 - Press the md-datepicker-toggle (yes it's still enabled)... nothing will happen and after you click it'll be disabled;
3 - Click "Enable/disable" input... now the input is enabled;
4 - md-datepicker-toggle button is disabled now always.