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

Not able to perform onTap operation on the button #181

Open
pawanbhardwaj opened this issue Dec 12, 2024 · 2 comments
Open

Not able to perform onTap operation on the button #181

pawanbhardwaj opened this issue Dec 12, 2024 · 2 comments

Comments

@pawanbhardwaj
Copy link

Screenshot 2024-12-12 at 1 00 24 PM

When the Dropdown is open , and search icon is pressed , firstly the dropdown is getting closed , user have to press again the search icon .

Is there any way where the onTap callback and closure of dropdown happens simultaneously

@oi-narendra
Copy link
Owner

This is the intended behavior to close the dropdown when clicking outside.

It basically fills the area with a gesture detector with hit behavior translucent, which is supposed to pass the events visually behind it.

If it is not working, maybe something needs to be fixed and it may take some time.

@pawanbhardwaj
Copy link
Author

Yeah,I know and understand the fact
Reason of raising it here to ask for suggestions to achieve the functionality the app requires.

Could you please help out?

Mainly, I want to get that CTA into action just after they're pressed.

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

2 participants