Created
February 10, 2020 20:23
-
-
Save surajitbasak109/6ceb3230c298e0ea69f088bfde7226cc 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} | |
onKeyDown={this.hanldeKeydown} | |
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