feat: Integrate react-select for multi-select fields and add support for file upload field types.

This commit is contained in:
pradeepkumar
2026-01-24 20:47:00 +05:30
parent 5e2b3d8e83
commit 0f84e3d4d7
3 changed files with 465 additions and 78 deletions

View File

@@ -13,7 +13,8 @@
"next": "16.1.0",
"next-auth": "^5.0.0-beta.30",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"react-select": "^5.10.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",