Created
February 10, 2020 20:11
-
-
Save surajitbasak109/224f0c4611f05ecb584ec55913eff101 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
<input | |
type="text" | |
id="autocomplete" | |
onChange={this.autocomplete} | |
/> | |
{searchItems.length > 0 && ( | |
<SearchItemsList | |
searchItems={searchItems} | |
/> | |
)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment