We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1509a9d commit 2bfc413Copy full SHA for 2bfc413
README.md
@@ -43,6 +43,7 @@ If you are looking for Country Phone Code Picker for Jetpack Compose you can use
43
44
```kotlin
45
// Without Country Phone Code
46
+ @Composable
47
fun SelectCountryWithoutCountryCode() {
48
var selectedCountry by rememberSaveable { mutableStateOf(getDefaultCountryCode(this)) }
49
val phoneNumber = rememberSaveable { mutableStateOf("") }
0 commit comments