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-input currently uses camelCase names for attributes, such as autoComplete. However, the native input uses all lower-case, e.g. autocomplete. We should match the native input to avoid confusion.
The text was updated successfully, but these errors were encountered:
jelbourn
added
the
P2
The issue is important to a large percentage of users, with a workaround
label
Jul 14, 2016
md-input currently uses camelCase names for attributes, such as
autoComplete
. However, the native input uses all lower-case, e.g.autocomplete
. We should match the native input to avoid confusion.The text was updated successfully, but these errors were encountered: