react-telephone-input
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "react-telephone-input", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "React component for entering and validating international telephone numbers", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -481,3 +481,3 @@ 'use strict'; | ||
onClick={this.handleInputClick} | ||
oncdFocus={this.handleInputFocus} | ||
onFocus={this.handleInputFocus} | ||
onKeyDown={this.handleInputKeyDown} | ||
@@ -484,0 +484,0 @@ value={this.state.formattedNumber} |
Sorry, the diff of this file is too big to display
1488202
35796