Last active
March 26, 2024 02:17
-
-
Save sachinlala/0677cd7b16153ba39ae3f45787b18ae3 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
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