Created
February 10, 2020 20:20
-
-
Save surajitbasak109/feb2cb6c010e4a16a0f83294138838a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<label htmlFor="autocomplete">Item Name</label> | |
<input | |
type="text" | |
id="autocomplete" | |
onChange={this.autocomplete} | |
onKeyUp={this.hanldeKeyup} | |
value={name} | |
className="custom-input form-control" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment