pchmn / MaterialChipsInput

Implementation of Material Design Chips component for Android
Apache License 2.0
2.63k stars 383 forks source link

Search doesnt work in AlertDialog #133

Open n-droidev opened 4 years ago

n-droidev commented 4 years ago

When I used it in custom AlertDialog. SearchView cant be focused.. I cant use searching feature.. It is unfocusable when inflated in dialog.. So I had to migrate it to Fragment...