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

feat(combo-box): external input ref support #506

Merged

Conversation

AlanFnz
Copy link
Member

@AlanFnz AlanFnz commented Dec 27, 2024

What

This PR adds support for an external ref in the ComboBox component, enabling parent components to pass their own refs for access to the input element within the ComboBoxInput

Media

combobox.mov

Why

So we can programmatically focus or interact with the input field within the ComboBox

A requirement of UI improvement SUP-45087

@AlanFnz AlanFnz requested review from lloydaf and removed request for jonotrujillo December 27, 2024 16:31
@AlanFnz AlanFnz added the enhancement New feature or request label Dec 27, 2024
@AlanFnz AlanFnz merged commit 5a71da0 into freenowtech:main Dec 30, 2024
5 checks passed
github-actions bot pushed a commit that referenced this pull request Dec 30, 2024
## [2.21.0](v2.20.2...v2.21.0) (2024-12-30)

### Features

* **combo-box:** external input ref support ([#506](#506)) ([5a71da0](5a71da0))
Copy link
Contributor

🎉 This PR is included in version 2.21.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Development

Successfully merging this pull request may close these issues.

2 participants