(app-desk) integrate multiselect search users

Integrate multiselect search users in the
modal add members.
We are using react-select to implement the
multiselect search users. We are using this
library in waiting for Cunningham to implement
the multiselect asynch component.
This commit is contained in:
Anthony LC
2024-03-14 15:44:20 +01:00
committed by Anthony LC
parent a48dbde0ea
commit b8427d865f
12 changed files with 1104 additions and 638 deletions

View File

@@ -25,6 +25,7 @@
"react-aria-components": "1.1.1",
"react-dom": "18.2.0",
"react-i18next": "14.1.0",
"react-select": "5.8.0",
"styled-components": "6.1.8",
"zustand": "4.5.2"
},