splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 384 forks source link

How can I use it in jetpack compose? #448

Closed virovinrom closed 8 months ago

virovinrom commented 8 months ago

I'm currently migrate old java code to jetpack compose. Can I use your lib in Jetpack compose filed?

mgod commented 8 months ago

I'm not sure if this will work with compose. It has a number of set expectations about the view hierarchy it's installed in. That said, I would take a look at the AndroidView component and see if it works there. I will not be updating this library to be directly compatible with Jetpack compose.