(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

@@ -19,6 +19,9 @@ module.exports = {
files: ['*.spec.*', '*.test.*', '**/__mock__/**/*'],
extends: ['plugin:playwright/recommended'],
plugins: ['playwright'],
rules: {
'@typescript-eslint/no-unsafe-member-access': 'off',
},
},
],
ignorePatterns: ['node_modules'],