jetpack_compose_country_code_picker_emoji
jetpack_compose_country_code_picker_emoji copied to clipboard
Jetpack Compose Country Code Picker with Emoji Flags
Gave the option for devs to leave the trailing icon in the original tint or not and gave the option on whether the trailing icons should be clickable or not.
When you have a valid phone number and you drag the cursor on the textfield backwards to the country code the app crashes. Seems to happen for the united states....
**Is your feature request related to a problem? Please describe.** Maybe I am doing something wrong but the picker is always focused as soon as the composable is called. Hence...
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 = {...
java.lang.AbstractMethodError: abstract method "void androidx.compose.foundation.lazy.layout.LazyLayoutItemProvider.Item(int, java.lang.Object, androidx.compose.runtime.Composer, int)"
Migrate to Material 3 to support dynamic colors.
After updating to Jetpack Compose 1.7, this library would lead to a crash (#65) in our app after typing about 7 or 8 digits (for a Canadian / US number,...
**Describe the bug** Recently, entering phone number to the text field is crashing the app. **For example:** I want to enter a Canadian phone number `+14165550000`. The code will crash...
In case someone get the same issue, if I don't put that parameter the initial value is always empty for me
Add number of character limit for number input MinLength MaxLength