#29036: HTML5 required validation does not work for SelectDateWidget
------------------------------------------+------------------------
               Reporter:  Vlastimil Zíma  |          Owner:  nobody
                   Type:  Bug             |         Status:  new
              Component:  Forms           |        Version:  master
               Severity:  Normal          |       Keywords:
           Triage Stage:  Unreviewed      |      Has patch:  0
    Needs documentation:  0               |    Needs tests:  0
Patch needs improvement:  0               |  Easy pickings:  1
                  UI/UX:  0               |
------------------------------------------+------------------------
 `SelectDateWidget` uses `0` as a empty value. When the field uses HTML5
 required attribute to make browser check the input, it does not work.
 Browsers (tested with Firefox 52.5 and Chromium 62) consider selected `0`
 as filled, thus `required` check incorrectly passes.

 I suggest to use empty string as a value for
 `SelectDateWidget.none_value`.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29036>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/048.6652b2e9c191f5439928224f11cc3b14%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to