mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user