https://github.com/noob0799/multisearch
A webapp built using React to demonstrate multi-select search functionality
https://github.com/noob0799/multisearch
css3 html-css-javascript html5 javascript react
Last synced: 2 months ago
JSON representation
A webapp built using React to demonstrate multi-select search functionality
- Host: GitHub
- URL: https://github.com/noob0799/multisearch
- Owner: Noob0799
- Created: 2024-10-20T16:09:51.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-20T19:28:03.000Z (7 months ago)
- Last Synced: 2025-02-07T07:20:10.715Z (4 months ago)
- Topics: css3, html-css-javascript, html5, javascript, react
- Language: JavaScript
- Homepage: https://noob-multi-search.netlify.app/
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi Select Search
A webapp built using React to demonstrate multi-select search functionality
Link to live web app server: https://noob-multi-search.netlify.app/Features:
- Auto suggestion on typing in the search bar
- Keyboard navigation on list of auto suggestions using Arrow Up, Arrow Down and Enter buttons
- All options selected from the list of auto suggestions using Enter key or mouse click will be shown in the search bar
- Such selected options can be removed by Backspace or by clicking on the options displayed in the search bar## Initial Screen
## Screen showing auto suggestions on typing in the search bar
## Screen showing already selected search suggestions in the search bar
