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
The native capability of highlight text, date picker, etc, in input elements.
What is the current behavior?
This PR (#3878) removes the pointer-events: none attribute from md-input-placeholder causing to be unable to use correctly any native input element (e.g native date picker).
Bug, feature request, or proposal:
Bug.
What is the expected behavior?
The native capability of highlight text, date picker, etc, in input elements.
What is the current behavior?
This PR (#3878) removes the
pointer-events: none
attribute frommd-input-placeholder
causing to be unable to use correctly any native input element (e.g native date picker).What are the steps to reproduce?
Try to use the native date picker: http://plnkr.co/edit/o0vZi1m7RSGt1MSPNxvR?p=preview
Version
material: 2.0.0-beta.3
The text was updated successfully, but these errors were encountered: