MultiSelectSpinner icon indicating copy to clipboard operation
MultiSelectSpinner copied to clipboard

Android - Select Multiple Items from Spinner with Filtration.

Results 14 MultiSelectSpinner issues
Sort by recently updated
recently updated
newest added

The content is beyond the screen, setting the scrollview cannot scroll

help wanted
Hacktoberfest

I followed the instructions but I do not see the spinner at all

I want to add category and sub category in spinner. Please respond how I can achieve that. Or can you update It.

help wanted
Hacktoberfest

@pratikbutani To avoid calling the return key, you can mask a line of code in the OnCancel method of the multispinnersearch class。 ` @Override public void onCancel(DialogInterface dialog) { //...

help wanted
Hacktoberfest

After making my selection then clicking on OK, the dialog also closes the calling Activity. I have had to include a blocker in parent activity's onBackPressed().

help wanted
Hacktoberfest

I have been getting following error from few installs. `Fatal Exception: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission at android.os.Parcel.createException(Parcel.java:2071) at android.os.Parcel.readException(Parcel.java:2039) at android.os.Parcel.readException(Parcel.java:1987) at android.hardware.input.IInputManager$Stub$Proxy.injectInputEvent(IInputManager.java:878) at android.hardware.input.InputManager.injectInputEvent(InputManager.java:886) at...

help wanted
Hacktoberfest

In my spinner list there are some items and I want to show them as selected by default. I tired setSelection but it does not work with this. how to...

help wanted
Hacktoberfest

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

enhancement
help wanted
Hacktoberfest

The text views are not visible (probably same color) when the user's phone uses dark mode

enhancement
help wanted
Hacktoberfest