This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-input-container should ignore hidden fields as part of the inputs its counting. #2153
Labels
pr: merge ready
This PR is ready for a caretaker to review
Comments
devversion
added a commit
to devversion/material
that referenced
this issue
Dec 21, 2015
devversion
added a commit
to devversion/material
that referenced
this issue
Dec 31, 2015
devversion
added a commit
to devversion/material
that referenced
this issue
Jan 1, 2016
devversion
added a commit
to devversion/material
that referenced
this issue
Jan 5, 2016
devversion
added a commit
to devversion/material
that referenced
this issue
Feb 4, 2016
devversion
added a commit
to devversion/material
that referenced
this issue
Feb 4, 2016
BREAKING CHANGE: inputs with type `hidden` will be skipped by the `input-container` Fixes angular#2153
gmoothart
pushed a commit
to gmoothart/material
that referenced
this issue
Apr 5, 2016
BREAKING CHANGE: inputs with type `hidden` will be skipped by the `input-container` Fixes angular#2153 Closes angular#6425
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I understand the purpose of having only a single visible input per container but this should not apply to hidden fields. Hidden fields are often used to track default parameters and therefore should be logically organized near the visible input. Consider the following example:
The text was updated successfully, but these errors were encountered: