tylerbwong / stack

An Android app for browsing Stack Overflow and other Stack Exchange sites.
https://stack.tylerbwong.me
GNU General Public License v3.0
510 stars 34 forks source link

Add Chipified Text Field When Inputting Tags #84

Closed tylerbwong closed 2 years ago

tylerbwong commented 3 years ago

When adding tags to either a new question or filter, it would be nice to have each tag "chipfied" after a certain delimiter token (e.g. ",") is inputted.

Ideally this would be implemented as a @Composable since filters is being converted to Compose in #68 and creating a question already uses Compose.