MultiSelectSpinner icon indicating copy to clipboard operation
MultiSelectSpinner copied to clipboard

Focus problem on singleSpinnerSearch Selected Item

Open kusal opened this issue 4 years ago • 3 comments

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

kusal avatar Apr 24 '21 07:04 kusal

I am also facing this issue.

MadhusudhanSahni avatar Aug 12 '21 10:08 MadhusudhanSahni

I am also facing the same problem

chinmay4github1987 avatar Mar 02 '23 05:03 chinmay4github1987

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.

KayaYazilim avatar Aug 20 '23 12:08 KayaYazilim