Opened 2 months ago

Closed 6 weeks ago

Last modified 6 weeks ago

#35599 closed New feature (fixed)

Add ColorInput widget

Reported by: Jeremy Thompson Owned by: arjun omray
Component: Forms Version: dev
Severity: Normal Keywords:
Cc: Jeremy Thompson Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description

Relevant forum discussion

Add a ColorInput widget that would render as

<input type="color" ...>

Change History (8)

comment:1 by Jeremy Thompson, 2 months ago

Owner: Jeremy Thompson removed
Status: assignednew

comment:2 by Samruddhi Dharankar, 2 months ago

Owner: set to Samruddhi Dharankar
Status: newassigned

comment:3 by Natalia Bidart, 2 months ago

Triage Stage: UnreviewedAccepted
Version: dev

I agree that adding this widget is beneficial, and decent cross browser support seems available.
Accepting based on the linked forum discussion.

comment:4 by arjun omray, 8 weeks ago

Has patch: set
Owner: changed from Samruddhi Dharankar to arjun omray

comment:5 by Sarah Boyce, 7 weeks ago

Patch needs improvement: set

comment:6 by Sarah Boyce, 7 weeks ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:7 by Sarah Boyce <42296566+sarahboyce@…>, 6 weeks ago

Resolution: fixed
Status: assignedclosed

In 946c3cf:

Fixed #35599 -- Added ColorInput widget.

comment:8 by GitHub <noreply@…>, 6 weeks ago

In 6d3464cf:

Refs #35601, Refs #35599 -- Made cosmetic edits to TelInput/ColorInput docs.

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