Skip to content

Instantly share code, notes, and snippets.

@surajitbasak109
Created February 10, 2020 20:23
Show Gist options
  • Save surajitbasak109/6ceb3230c298e0ea69f088bfde7226cc to your computer and use it in GitHub Desktop.
Save surajitbasak109/6ceb3230c298e0ea69f088bfde7226cc to your computer and use it in GitHub Desktop.
<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