joelkanyi / kompose-country-code-picker

Kompose Country Code Picker is a Jetpack Compose library based on Material 3 (M3) that provides a country code picker for Android apps.
https://joelkanyi.github.io/kompose-country-code-picker/
Apache License 2.0
120 stars 13 forks source link

KomposeCountryCodePicker usage with a Material TextField #9

Closed Tonnie-Dev closed 8 months ago

Tonnie-Dev commented 11 months ago

I want to design my own TextField ( see below mock-up) and then Incorpolate KomposeCountryCodePicker

When I purely use the picker I am able to call all functions and all Texts below are being populated realtime out of box. However, when I use my own TextField and call the same functions the functions are not updating the texts.

image

Is there any way out to update the texts on typing when integrating with a custom TextField

image

joelkanyi commented 8 months ago

This has been fixed