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

AutoSuggestBox auto popup on focus. #1151

Open
DevMensIT opened this issue Dec 3, 2024 · 3 comments
Open

AutoSuggestBox auto popup on focus. #1151

DevMensIT opened this issue Dec 3, 2024 · 3 comments

Comments

@DevMensIT
Copy link

when using focus node with key not getting overlay using focus listener.
in your example when 'show overlay' clicked that time overlay appears but when pressing arrow up down key only scrolling up down not getting item selection or moving selection.

Describe the solution you'd like

  1. Its like when focus on suggestbox it will pop up automatically and shows the item.
  2. auto focus heightlight on first item when type [ selection auto without pressing arrow keys ]
fluent_up_demo.2024-12-03.13-03-06.mp4
@vadimbarda
Copy link
Contributor

It looks like it was PR to not show overlay before start typing d95970a But I also need this widget works as dropdown with search functionality. Maybe it is possible to add property like 'overlayVisibleBeforeTyping' to show all results before user typing.

@bdlukaa
Copy link
Owner

bdlukaa commented Dec 27, 2024

In the native platform, the popup only shows if the textbox is not empty. We replicate this behavior in our package.

Gravacao.de.Tela.2024-12-27.131827.mp4

You can manually open and close the autosuggest box overlay. Check the AutoSuggestBox documentation to see how to do this.

@vadimbarda
Copy link
Contributor

@bdlukaa Thanks for explanation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants