pchmn/MaterialChipsInput

chips input inside scrollview issue

Opened this issue · 5 comments

inside scrollview, i am using chipInput ,its working perfectly but when i scroll the layout from from top, its not scrolling, what should i do for that.

i have same problem

Any solutions??

Same issue faced,any Solution found please Do comment, will help more people like facing same issue
thanks.

You can clear focus from chip_input listening scroll status of scrollView:

scrollView.getViewTreeObserver().addOnScrollChangedListener(new OnScrollChangedListener() {
@OverRide
public void onScrollChanged() {
chipsInput.clearFocus();
}
});

This clear focus and you can scrolling