react-telephone-input
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "react-telephone-input", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"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} | ||
onFocus={this.handleInputFocus} | ||
oncdFocus={this.handleInputFocus} | ||
onKeyDown={this.handleInputKeyDown} | ||
@@ -488,2 +488,3 @@ value={this.state.formattedNumber} | ||
className={inputClasses} | ||
autoComplete='tel' | ||
placeholder='+1 (702) 123-4567'/> | ||
@@ -490,0 +491,0 @@ <div ref='flagDropDownButton' className={flagViewClasses} onKeyDown={this.handleKeydown} > |
Sorry, the diff of this file is too big to display
1488169
35795