Improve input team member (#268)

* Autocomplete for email
* Remove old MemberEmail input and styled correctly the new autocomplete one
* Add validation on autocomplete input
* fix selected item styling
* Add prompt feature on ACUserManager
* Add sort for result in autocomplete
* Add attach option to autocomplete

Co-authored-by: Ronan Amicel <ronan.amicel.prestataire@anct.gouv.fr>
This commit is contained in:
Louis Delbosc
2022-09-21 16:30:54 +02:00
committed by GitHub
parent d55b5110ac
commit 1bff046a3b
5 changed files with 272 additions and 99 deletions

View File

@@ -100,7 +100,7 @@ const cssSelectBtn = styled('div', `
--icon-color: ${theme.selectButtonFg};
`);
const cssSelectItem = styled('li', `
export const cssSelectItem = styled('li', `
color: ${theme.menuItemFg};
display: block;
white-space: pre;