-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[ComboBox] Autocomplete implementation #14007
Comments
|
Might be blocked by needing to refactor ComboBox off of |
After more discussion, the dev team feels that this is blocked by the refactor: |
In addition to the existing behavior spec for this, we should consider the APG example for this that includes some nice functionality that uses the selection range |
#14684 is complete |
Very similar to what Taylor referred here:
Screen.Recording.2024-09-18.at.9.22.18.AM.mov |
Ref link for implementation #13903
Example: https://github.com/microsoft/fluentui/blob/master/packages/react/src/components/ComboBox/ComboBox.tsx
Repo for ComboBox https://github.com/microsoft/fluentui/blob/master/packages/react/src/components/ComboBox/ComboBox.tsx
This looks like it's not an easy update and going to take some time
The text was updated successfully, but these errors were encountered: