You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.
I'm using LabelledSpinner in a case where I have a fragment with many disabled fields. When I start the fragment (setting a blank array to spinner), when I use spinner.setEnabled(false), in the first call it isn't work. But when I call setEnabled(true) in a "new item" button and click at my "Cancel" button calling setEnabled(false), the component become unfocusable.
I'm having a problem because when I enter the activity, even setting a dummy layout focusable and focusableInTouchMode = true, the keyboard is opening and I think it is because the spinner are enabled.
I tried setting all descendants views of LabelledSpinner enabled to false, but isn't work either.
The text was updated successfully, but these errors were encountered:
Sorry, it's been a while since I have updated the UsefulViews library. I just wanted to let you know that this is on my to-do list and I haven't forgotten about it. I am extremely busy with studying for exams at school which is why I haven't been able to look into this issue.
I will try to look into it in a couple weeks time.
I'm using
LabelledSpinner
in a case where I have a fragment with many disabled fields. When I start the fragment (setting a blank array to spinner), when I usespinner.setEnabled(false)
, in the first call it isn't work. But when I callsetEnabled(true)
in a "new item" button and click at my "Cancel" button callingsetEnabled(false)
, the component become unfocusable.I'm having a problem because when I enter the activity, even setting a dummy layout focusable and
focusableInTouchMode = true
, the keyboard is opening and I think it is because the spinner are enabled.I tried setting all descendants views of
LabelledSpinner
enabled tofalse
, but isn't work either.The text was updated successfully, but these errors were encountered: