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
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ Apart from the phone-specific properties described below, all [Input](https://mu
87
87
| searchNotFound | The value is shown if `enableSearch` is `true` and the query does not match any country. Default value is `No country found`. | string |
88
88
| searchPlaceholder | The value is shown if `enableSearch` is `true`. Default value is `Search country`. | string |
89
89
| disableDropdown | Disables the manual country selection through the dropdown menu. | boolean |
90
+
| disableParentheses | Disables parentheses from the input masks. Default enabled. | boolean |
90
91
| onlyCountries | Country codes to be included in the list. E.g. `onlyCountries={['us', 'ca', 'uk']}`. | string[] |
91
92
| excludeCountries | Country codes to be excluded from the list of countries. E.g. `excludeCountries={['us', 'ca', 'uk']}`. | string[] |
92
93
| preferredCountries | Country codes to be at the top of the list. E.g. `preferredCountries={['us', 'ca', 'uk']}`. | string[] |
0 commit comments