Changes between Version 3 and Version 4 of Ticket #32338


Ignore:
Timestamp:
Jan 10, 2021, 9:59:15 AM (4 years ago)
Author:
Thibaud Colas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32338 – Description

    v3 v4  
    1 In the Forms API, there are issues with the default rendering of fields that rely on widgets based on multiple radio or checkbox inputs: `RadioSelect` and `CheckboxSelectMultiple`. This is with the default rendering of those widgets. Here is a form I set up for my testing if it helps:
     1In the Forms API, there are issues with the default rendering of fields that rely on widgets based on multiple radio or checkbox inputs: `RadioSelect` and `CheckboxSelectMultiple`. This is with the default rendering of those widgets, and with the custom rendering examples in the official documentation. Here is a form I set up for my testing of the default rendering:
    22
    33- Live form: http://django-admin-tests.herokuapp.com/forms/example_form/p/
Back to Top