Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComboboxControl needs placeholder text or Ref hook #37011

Open
vilu85 opened this issue Nov 30, 2021 · 0 comments
Open

ComboboxControl needs placeholder text or Ref hook #37011

vilu85 opened this issue Nov 30, 2021 · 0 comments
Labels
[Feature] UI Components Impacts or related to the UI component system [Package] Components /packages/components [Type] Enhancement A suggestion for improvement.

Comments

@vilu85
Copy link

vilu85 commented Nov 30, 2021

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

const inputContainer = useRef();
ref through props.

@mirka mirka added [Feature] UI Components Impacts or related to the UI component system [Type] Enhancement A suggestion for improvement. labels Dec 6, 2021
@t-hamano t-hamano added the [Package] Components /packages/components label Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] UI Components Impacts or related to the UI component system [Package] Components /packages/components [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

No branches or pull requests

3 participants