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
Fixes some input types getting a native resize handle, because we were setting the `resize: vertical` explicitly for all `.mat-input-element` instances.
Fixesangular#6757.
Fixes some input types getting a native resize handle, because we were setting the `resize: vertical` explicitly for all `.mat-input-element` instances.
Fixes#6757.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
mdInput with type 'time' should not be resizable (vertical)
What is the current behavior?
mdInput is resizable vertically, which makes it impossible to use the increase/desrease controls on the right
What are the steps to reproduce?
http://plnkr.co/edit/9J15PeGl8CaVfzY5LMLy?p=preview
What is the use-case or motivation for changing an existing behavior?
Some of control functionality is unsusable
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Material: beta10
Is there anything else we should know?
Thank you for the great work
The text was updated successfully, but these errors were encountered: