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
| enableSearch | Enables search in the country selection dropdown menu. Default value is `false`. | boolean |
112
-
| disableDropdown | Disables the manual country selection through the dropdown menu. | boolean |
113
-
| inputProps | [HTML properties of input][htmlInputProps] to pass into the input. E.g. `inputProps={{autoFocus:true}}`. | InputHTMLAttributes |
114
-
| searchPlaceholder | The value is shown if `enableSearch` is `true`. Default value is `search`. | string |
115
-
| searchNotFound | The value is shown if `enableSearch` is `true` and the query does not match any country. Default value is `No entries to show`. | string |
| size | Either `large`, `middle` or `small`. Default value is `middle`. See at ant [docs][antInputProps] for more. | string |
107
+
| value | An object containing a parsed phone number or the raw number. This also applies to the `initialValue` property of [Form.Item](https://ant.design/components/form#formitem). | [object](#value) / string |
108
+
| style | Applies CSS styles to the container element. | CSSProperties |
109
+
| className | The value will be assigned to the container element. | string |
| enableSearch | Enables search in the country selection dropdown menu. Default value is `false`. | boolean |
112
+
| disableDropdown | Disables the manual country selection through the dropdown menu. | boolean |
113
+
| inputProps | [HTML properties of input][htmlInputProps] to pass into the input. E.g. `inputProps={{autoFocus:true}}`. | InputHTMLAttributes |
114
+
| searchPlaceholder | The value is shown if `enableSearch` is `true`. Default value is `search`. | string |
115
+
| searchNotFound | The value is shown if `enableSearch` is `true` and the query does not match any country. Default value is `No entries to show`. | string |
0 commit comments