BetterSpinner icon indicating copy to clipboard operation
BetterSpinner copied to clipboard

下拉列表选中如何监听?setOnItemSelectedListener没有作用

Open sky0014 opened this issue 9 years ago • 4 comments

下拉列表选中如何监听?setOnItemSelectedListener没有作用

sky0014 avatar Nov 06 '15 07:11 sky0014

English, please.

douglasjunior avatar Nov 06 '15 10:11 douglasjunior

See #11

douglasjunior avatar Nov 06 '15 10:11 douglasjunior

@douglasjunior thanks! I've seen it.

I solved it in my fork : https://github.com/sky0014/BetterSpinner :)

sky0014 avatar Nov 09 '15 03:11 sky0014

OnClickListener is called before the item be selected at Spinner. To solve the problem I use the addTextChangedListener.

Because MaterialBetterSpinner is an adapted AutoCompleteEditText.

douglasjunior avatar Nov 09 '15 10:11 douglasjunior