jump-sdk / jetpack_compose_country_code_picker_emoji

Jetpack Compose Country Code Picker with Emoji Flags
https://jitpack.io/#jump-sdk/jetpack_compose_country_code_picker_emoji
Apache License 2.0
45 stars 13 forks source link

Reset text value #61

Open daniatitienei opened 4 months ago

daniatitienei commented 4 months ago

Can you introduce a way to pass a separate text to easily clear the text field?

val text by remember { mutableStateOf("") }

TogiCountryCodePicker( value = text, onValueChange = { (code, phone), isValid -> } )