Created
February 10, 2020 20:08
-
-
Save surajitbasak109/7d5fd043a08bc4f66abb8eccf25f637c 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} | |
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