Skip to content

Instantly share code, notes, and snippets.

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