-
Notifications
You must be signed in to change notification settings - Fork 27.4k
ngModel does not work for input[type="date"] #1650
Comments
it should be maybe possible to enable support for custom types? |
As part of our effort to clean out old issues, this issue is being automatically closed since it has been inactivite for over two months. Please try the newest versions of Angular ( Thanks! |
Hello Brian, I can confirm that this issue still persists as of Angular version 1.2.3. Auto-binding on an
|
Still exists in 1.2.10. Using Chrome 33 and the same sort of code as anirvan-majumdar, except I have tried date as |
@ashclarke there is work being done on this, I think we'll probably be able to ship @Blesh's work fairly early in 1.3. |
Thanks for the update @caitp! |
Angular Version:
1.0.2
How to reproduce:
http://jsfiddle.net/rawVc/
Notes:
The documentation seems to hint that ng-model only supports input with one of these types
text checkbox radio number email url
But I think if ng-model works on
type="text"
, it should also work on newer types liketype="date"
and such.The text was updated successfully, but these errors were encountered: