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
| 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 |
81
81
| country | Country code to be selected by default. By default, it will show the flag of the user's country. | string |
82
+
| enableArrow | Shows an arrow next to the country flag. Default value is `false`. | boolean |
82
83
| enableSearch | Enables search in the country selection dropdown menu. Default value is `false`. | boolean |
83
84
| searchNotFound | The value is shown if `enableSearch` is `true` and the query does not match any country. Default value is `No country found`. | string |
84
85
| searchPlaceholder | The value is shown if `enableSearch` is `true`. Default value is `Search country`. | string |
0 commit comments