Should sidebar "Search categories" filter be a SearchControl? #64593
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Package] Editor
/packages/editor
[Status] In Progress
Tracking issues with work in progress
[Type] Enhancement
A suggestion for improvement.
What problem does this address?
The "Search categories" field in the Post sidebar uses a normal
TextControl
even though it's a search field.gutenberg/packages/editor/src/components/post-taxonomies/hierarchical-term-selector.js
Lines 409 to 416 in 8169dfd
What is your proposed solution?
@WordPress/gutenberg-design Should this be replaced with the
SearchControl
component, so it can signal that it's a search field, both visually and semantically? At the very least we should probably add back thetype="search"
attribute that seems to have been there in the past.The text was updated successfully, but these errors were encountered: