Prevent the focus getting on start
Is there any way to control the focus getting for the component on application start ? For example in demo application, let it keyboards appears after user has clicked on the component.
Have you tried to do it by adding this on the parent layout ?
android:descendantFocusability="beforeDescendants"
android:focusableInTouchMode="true"
It doesn't work for me.
Is there any sense in that code (I think this is root of case): https://github.com/pchmn/MaterialChipsInput/blob/master/library/src/main/java/com/pchmn/materialchips/adapter/ChipsAdapter.java#L190
Sorry for the delay. I will look into it !
But yeah, it seems non essential
Would be really helpful if you can change it/add a parameter to disable it
@pchmn any progress about this?
Still no changes?
Put this into your onCreate
chipsInput.clearFocus();
or inside onCreate and viewThreeObserver