Fix typo for Focus In

This commit is contained in:
uzairr
2021-06-10 15:40:34 +05:00
committed by Waheed Ahmed
parent 5358538d22
commit 2ec7ac3f9d

View File

@@ -133,7 +133,7 @@ class CountryDropdown extends React.Component {
handleChange={this.handleOnChange}
handleClick={this.handleClick}
handleBlur={this.handleOnBlur}
handleFocus={this.handleOnFocus}
handleFocus={this.handleFocus}
value={this.state.displayValue}
errorMessage={this.state.errorMessage}
/>