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

any hint how I can hook up my own search? #172

Closed
uri-ravzin opened this issue Aug 2, 2023 · 3 comments
Closed

any hint how I can hook up my own search? #172

uri-ravzin opened this issue Aug 2, 2023 · 3 comments
Labels
guidance Question that needs advice or information.

Comments

@uri-ravzin
Copy link

scenario, when search executes, I need to go back to the server and come back with new set of items, without closing the dialog.

I have tried to assign the new results to DropdownButton2.items variable in build, but it seems that rebuild does not refresh the values.

anyone dealt with such problem or have any ideas and directions?

Thanks !

@AhmedLSayed9
Copy link
Owner

Currently, updating an open dropdown menu is not supported. But, you can check #101 for a workaround.

@AhmedLSayed9 AhmedLSayed9 added the guidance Question that needs advice or information. label Aug 2, 2023
@uri-ravzin
Copy link
Author

Currently, updating an open dropdown menu is not supported. But, you can check #101 for a workaround.

Thanks !
this seems ok for a workaround 👍

any plans to support this update properly?
I would be happy to contribute, if needed !

@AhmedLSayed9
Copy link
Owner

any plans to support this update properly? I would be happy to contribute, if needed !

There's currently an open issue #111 that's related to this feature.
Of course, Feel free to contribute :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guidance Question that needs advice or information.
Projects
None yet
Development

No branches or pull requests

2 participants