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
Demos, select validation fails on Clear #6122
Comments
devversion
added a commit
to devversion/material
that referenced
this issue
Dec 7, 2015
…he model was added without focus. Fixes angular#6122
Here is a fix for that #6132 |
devversion
added a commit
to devversion/material
that referenced
this issue
Dec 9, 2015
1 task
devversion
added a commit
to devversion/material
that referenced
this issue
Dec 9, 2015
devversion
added a commit
to devversion/material
that referenced
this issue
Dec 12, 2015
Fixes angular#6122 Fixes angular#6185 Closes angular#6132 Fixes angular#6274
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Official doc : https://material.angularjs.org/latest/demo/select
In the last sample (Validations), when you set a value then clic on CLEAR the select is displayed with a validation error (Required) and the label is shown two times (Top + Placeholder).
Expected result : no validation error, label only in Placeholder.
I tried to call
$setPristine
and$setUntouched
. It fixes the validation error but the label is still here.http://codepen.io/anon/pen/BjyzYM
The text was updated successfully, but these errors were encountered: