Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahryarjb/multi-drop-down-select-task
https://github.com/shahryarjb/multi-drop-down-select-task
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shahryarjb/multi-drop-down-select-task
- Owner: shahryarjb
- Created: 2024-01-08T01:44:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-08T10:08:33.000Z (12 months ago)
- Last Synced: 2024-10-15T19:13:14.281Z (3 months ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The MultiSelect can accept some callback functions to re-bind a form or make value for local state For example
```javascript
```
Usually, I never isolate it to create a select box that has a limited number of elements and rerendering does not cause performance issues, but I did this for this task.
## Install and Run dev with npm
```
npm install
npm run dev
npm run build
```## Install and Run dev with bun
```
bun install
bun run bun-dev
bun run bun-build
```