Add autoComplete widget and add to TypedInput for msg. props

This commit is contained in:
Nick O'Leary
2021-10-05 17:59:44 +01:00
parent 57386edb7c
commit 7f9e318214
6 changed files with 253 additions and 14 deletions

View File

@@ -61,6 +61,7 @@
@import "ui/common/checkboxSet";
@import "ui/common/stack";
@import "ui/common/treeList";
@import "ui/common/autoComplete";
@import "dragdrop";

View File

@@ -0,0 +1,5 @@
.red-ui-autoComplete-container {
&.red-ui-popover-panel {
border-top: none;
}
}