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

widget.SelectEntry support filter-option #2887

Closed
BabySid opened this issue Apr 1, 2022 · 3 comments
Closed

widget.SelectEntry support filter-option #2887

BabySid opened this issue Apr 1, 2022 · 3 comments
Labels
not an issue This doesn't seem right

Comments

@BabySid
Copy link

BabySid commented Apr 1, 2022

Is your feature request related to a problem? Please describe:

When entering text in the entry of SelectEntry, if the content matches the option, I hope pop up the option-menu automatically.
At present, I still need to click the drop-down button on the right to select, which is not convenient for users to use.

Is it possible to construct a solution with the existing API?

No.
because the member popUp is private. The only way is to re implement this component.

Describe the solution you'd like to see:

I prefer SelectEntry to provide a method like ShowPopUp() to let user decide when to show the popup.

Of course, it would be better if SelectEntry supports filter-option via a control-option

@Jacalz
Copy link
Member

Jacalz commented Apr 1, 2022

Isn't this a bit like what https://github.com/fyne-io/fyne-x/blob/master/widget/completionentry.go already provides?

@BabySid
Copy link
Author

BabySid commented Apr 2, 2022

Yes, This component seems to meet my needs. But there is a bug: fyne-io/fyne-x#34. :(

@Jacalz
Copy link
Member

Jacalz commented Apr 2, 2022

Let’s close this then and try to get the bug fixed there instead :)

@Jacalz Jacalz closed this as completed Apr 2, 2022
@Jacalz Jacalz added the not an issue This doesn't seem right label Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not an issue This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants