Opened 8 years ago

Closed 8 years ago

#27712 closed Bug (fixed)

Input widget removes `type` from `attrs`.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Forms Version: dev
Severity: Release blocker Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

If you pass the same attrs dictionary with type key to few Input widgets then it removes type from it.

Attachments (1)

27712.diff (1.0 KB ) - added by Mariusz Felisiak 8 years ago.

Download all attachments as: .zip

Change History (5)

by Mariusz Felisiak, 8 years ago

Attachment: 27712.diff added

comment:1 by Mariusz Felisiak, 8 years ago

It's a regression in #15667 that only affects master.

comment:2 by Mariusz Felisiak, 8 years ago

Has patch: set
Version: 1.10master

comment:3 by Tim Graham, 8 years ago

Severity: NormalRelease blocker
Triage Stage: UnreviewedReady for checkin

comment:4 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In 6872ce22:

Fixed #27712 -- Reallowed Input widget's attrs argument to set the input type.

Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.

Note: See TracTickets for help on using tickets.
Back to Top