Changes between Version 1 and Version 3 of Ticket #28879


Ignore:
Timestamp:
Dec 4, 2017, 9:14:43 AM (7 years ago)
Author:
Tim Graham
Comment:

Your steps to reproduce use TextInput not NumberInput.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28879

    • Property Resolution needsinfo
    • Property Status closednew
  • Ticket #28879 – Description

    v1 v3  
    33    models.DecimalField: {'widget': TextInput(attrs={'size':'7'})},
    44    models.IntegerField: {'widget': NumberInput(attrs={'size':'3'})},
    5 }}
     5}}}
    66breaking other aspects.  Sorry don't know if I need to add more detail etc...
    77               
Back to Top