#16630: Support for HTML5 input types
-----------------------------+------------------------------------
     Reporter:  jonash       |                    Owner:  claudep
         Type:  New feature  |                   Status:  assigned
    Component:  Forms        |                  Version:  master
     Severity:  Normal       |               Resolution:
     Keywords:  html5        |             Triage Stage:  Accepted
    Has patch:  1            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  0            |                    UI/UX:  0
-----------------------------+------------------------------------

Comment (by charettes):

 Say you have a localized `IntegerField(initial=1000)` with
 `NUMBER_GROUPING = ' '` then it would be rendered as `<input type="number"
 value="1 000" />` which is an invalid value for such HTML input type. Take
 a look at [http://jsfiddle.net/z9tsP/1/ this fiddle] in chrome, the value
 is totally stripped.

 I'll add additional notes on the PR.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16630#comment:37>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to