https://github.com/shahryarjb/multi-drop-down-select-task
https://github.com/shahryarjb/multi-drop-down-select-task
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shahryarjb/multi-drop-down-select-task
- Owner: shahryarjb
- Created: 2024-01-08T01:44:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T10:08:33.000Z (over 1 year ago)
- Last Synced: 2025-01-29T10:49:22.615Z (4 months ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 1
- 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
```