@types/react-phone-number-input
Advanced tools
Comparing version 3.0.11 to 3.0.12
@@ -268,4 +268,10 @@ // Type definitions for react-phone-number-input 3.0 | ||
useNationalFormatForDefaultCountryValue?: boolean; | ||
/** | ||
* If set to false, and international is true, then users won't be able | ||
* to erase the "country calling part" of a phone number in the <input/>. | ||
* @default true | ||
*/ | ||
countryCallingCodeEditable?: boolean; | ||
} | ||
export default class PhoneInput extends React.Component<PhoneInputProps, object> {} |
{ | ||
"name": "@types/react-phone-number-input", | ||
"version": "3.0.11", | ||
"version": "3.0.12", | ||
"description": "TypeScript definitions for react-phone-number-input", | ||
@@ -50,4 +50,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-phone-number-input", | ||
}, | ||
"typesPublisherContentHash": "33785005c141d246e19c9dba670d2fa9a0cd13cd5ec081da6da0d5609b64bfa3", | ||
"typesPublisherContentHash": "1a8b8c886ae39fb3bff5773c3acfedeee9ae4d783a73e7b6194e77a56b8c0aba", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 23 Aug 2021 20:18:30 GMT | ||
* Last updated: Thu, 16 Sep 2021 12:01:21 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
18607
329