ComboboxControl needs placeholder text or Ref hook #37011
Labels
[Feature] UI Components
Impacts or related to the UI component system
[Package] Components
/packages/components
[Type] Enhancement
A suggestion for improvement.
What problem does this address?
ComboboxControl does not have a placeholder text and cannot be added by referring to a DOM element because the Ref-hook is also missing.
What is your proposed solution?
By adding placeholder prop or exposing inputContainer
gutenberg/packages/components/src/combobox-control/index.js
Line 67 in 604561d
The text was updated successfully, but these errors were encountered: