#35557 closed Cleanup/optimization (duplicate)
BooleanField should be rendered like all other fields
Reported by: | Omid Shojaee | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 5.0 |
Severity: | Normal | Keywords: | checkbox |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
All Django fields are rendering like:
From Left to Right: Label -> Input widget (or from right to left in case of RTL sites)
The only exception is the Boolean field, where the input widget is rendered first and then the label.
(refer to the screenshot attached for some common fields)
The UI design should be based on either a standard, or common sense. This is neither of those.
Attachments (1)
Change History (2)
by , 4 months ago
Attachment: | Screenshot 2024-06-25 095603.png added |
---|
comment:1 by , 4 months ago
Component: | Database layer (models, ORM) → Forms |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #35556. Please do not create redundant tickets but start a discussion as Natalia said.