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

Focus problem on singleSpinnerSearch Selected Item #87

Open
kusal opened this issue Apr 24, 2021 · 3 comments
Open

Focus problem on singleSpinnerSearch Selected Item #87

kusal opened this issue Apr 24, 2021 · 3 comments

Comments

@kusal
Copy link

kusal commented Apr 24, 2021

Hi,

When you select a value from singleSpinnerSearch, application focus is on that item. you have to tap twice to access the spinner again.

Please check the video below.

https://streamable.com/ypjhvz

@MadhusudhanSahni
Copy link

I am also facing this issue.

@chinmay4github1987
Copy link

I am also facing the same problem

@KayaYazilim
Copy link

Hi, I am also facing the same problem,
I dowloaded library and edit;
in SingleSpinnerSearch.java
add this (onDetachedFromWindow(); ) line to bottom of OnCancel;
Like this;
....
listener.onItemsSelected(selectedItem);
onDetachedFromWindow();
....

and problem solved.

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

No branches or pull requests

5 participants