Skip to content

Instantly share code, notes, and snippets.

@sachinlala
Last active March 26, 2024 02:17
Show Gist options
  • Save sachinlala/0677cd7b16153ba39ae3f45787b18ae3 to your computer and use it in GitHub Desktop.
Save sachinlala/0677cd7b16153ba39ae3f45787b18ae3 to your computer and use it in GitHub Desktop.
Required outcomes:
1. Provide an Auto-Complete text-box
2. Two modes:
- mode1: first-character match
- mode2: any character match
3. The match should be case-insensitive
Components:
1. API to render the full payload i.e. list of words
2. Frontend Component to call the API, apply the mode and display the results
LIST returned by API ->
One Two Three Four Five Six .. Ten
https://stackblitz.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment