Opened 2 months ago

Closed 7 weeks ago

#35598 closed New feature (fixed)

Add SearchInput widget

Reported by: Jeremy Thompson Owned by: Jeremy Thompson
Component: Forms Version: dev
Severity: Normal Keywords:
Cc: 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 SearchInput widget that would render as

<input type="search" ...>

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 Jeremy Thompson, 2 months ago

Has patch: set
Version: dev

comment:5 by Jeremy Thompson, 2 months ago

Owner: changed from Samruddhi Dharankar to Jeremy Thompson

comment:6 by Natalia Bidart, 2 months ago

Triage Stage: UnreviewedAccepted

I agree that the adding of this widget is beneficial. Accepting based on the linked forum discussion.

comment:7 by Sarah Boyce, 7 weeks ago

Triage Stage: AcceptedReady for checkin

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

Resolution: fixed
Status: assignedclosed

In 30a60e84:

Fixed #35598 -- Added SearchInput widget.

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