Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guilospanck/dropdown-with-search
Simple dropdown with search made with vanilla JavaScript
https://github.com/guilospanck/dropdown-with-search
vanilla-js
Last synced: 7 days ago
JSON representation
Simple dropdown with search made with vanilla JavaScript
- Host: GitHub
- URL: https://github.com/guilospanck/dropdown-with-search
- Owner: Guilospanck
- License: mit
- Created: 2024-11-10T14:32:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T14:43:09.000Z (3 months ago)
- Last Synced: 2024-11-10T15:30:46.303Z (2 months ago)
- Topics: vanilla-js
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dropdown with search vanilla JS
Simple dropdown with search made using vanilla JavaScript. This should not be used in production whatsoever, it's only a PoC that shows some custom implementation that can be done using only plain vanilla JavaScript.
## Installation
Just drag and drop the `index.html` into a browser tab.
To search for something, hit enter after input some text in the search bar when the dropdown is opened.