Skip to content

Instantly share code, notes, and snippets.

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