Open dkgupta2501 opened 6 years ago
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
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.