CEC-4564: add trie select component (#404)

* add TrieSelect

* setup menu button

* CEC-4564: add trie select component

* CEC-4564: fix selectall bool check

* update tests
This commit is contained in:
Tristan Timblin
2023-07-31 11:08:23 -04:00
committed by GitHub
parent 56dd4a0c8f
commit 5716832a81
10 changed files with 1460 additions and 85 deletions

View File

@@ -313,6 +313,13 @@ const useStyles = makeStyles((theme) => ({
alignItems: "center",
gap: "12px",
},
chipList: {
display: "flex",
gap: "4px 8px",
flexWrap: "wrap",
listStyleType: "none",
paddingLeft: 0,
},
flex: {
display: "flex",
},