Skip to content

Commit 68c5561

Browse files
committed
Document disableParentheses option
1 parent 951d23f commit 68c5561

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Apart from the phone-specific properties described below, all [Input](https://mu
8787
| searchNotFound | The value is shown if `enableSearch` is `true` and the query does not match any country. Default value is `No country found`. | string |
8888
| searchPlaceholder | The value is shown if `enableSearch` is `true`. Default value is `Search country`. | string |
8989
| disableDropdown | Disables the manual country selection through the dropdown menu. | boolean |
90+
| disableParentheses | Disables parentheses from the input masks. Default enabled. | boolean |
9091
| onlyCountries | Country codes to be included in the list. E.g. `onlyCountries={['us', 'ca', 'uk']}`. | string[] |
9192
| excludeCountries | Country codes to be excluded from the list of countries. E.g. `excludeCountries={['us', 'ca', 'uk']}`. | string[] |
9293
| preferredCountries | Country codes to be at the top of the list. E.g. `preferredCountries={['us', 'ca', 'uk']}`. | string[] |

0 commit comments

Comments
 (0)