You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| onValueChange | Called when the text in the text field changes. The first parameter is string pair of (country code, phone number) and the second parameter is a boolean indicating whether the phone number is valid. |
47
-
| modifier | Modifier to be applied to the inner OutlinedTextField. |
48
-
| enabled | Boolean indicating whether the field is enabled. |
49
-
| shape | Shape of the text field. |
50
-
| showCountryCode | Whether to show the country code in the text field. |
51
-
| showCountryFlag | Whether to show the country flag in the text field. |
52
-
| colors | Colors to be used for the text field. |
| onValueChange | Called when the text in the text field changes. The first parameter is string pair of (country code, phone number) and the second parameter is a boolean indicating whether the phone number is valid. |
47
+
| modifier | Modifier to be applied to the inner OutlinedTextField. |
48
+
| enabled | Boolean indicating whether the field is enabled. |
49
+
| shape | Shape of the text field. |
50
+
| showCountryCode | Whether to show the country code in the text field. |
51
+
| showCountryFlag | Whether to show the country flag in the text field. |
52
+
| colors | Colors to be used for the text field. |
53
53
| fallbackCountryCode | The country to be used as a fallback if the user's country cannot be determined. |
54
-
| showPlaceholder | Whether to show the placeholder number in the text field. |
55
-
| includeOnly | A set of 2 digit country codes to be included in the list of countries. Set to null to include all supported countries. |
56
-
| clearIcon | The icon to be used for the clear button. Set to null to disable the clear button. |
54
+
| showPlaceholder | Whether to show the placeholder number in the text field. |
55
+
| includeOnly | A set of 2 digit country codes to be included in the list of countries. Set to null to include all supported countries. |
56
+
| clearIcon | The icon to be used for the clear button. Set to null to disable the clear button. |
57
+
| label | An optional composable to be used as a label for input field. |
0 commit comments