Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 16ebcbb

Browse files
Aljullugigitux
authored andcommitted
Revert "Remove Combobox patch (#6465)" (#6531)
This reverts commit 617f297.
1 parent 7fad0b1 commit 16ebcbb

File tree

4 files changed

+400
-2
lines changed

4 files changed

+400
-2
lines changed

assets/js/base/components/combobox/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ const Combobox = ( {
9595
setValidationErrors,
9696
] );
9797

98+
// @todo Remove patch for ComboboxControl once https://github.com/WordPress/gutenberg/pull/33928 is released
99+
// Also see https://github.com/WordPress/gutenberg/pull/34090
98100
return (
99101
<div
100102
id={ controlId }

0 commit comments

Comments
 (0)