Interface many to one (#524)

* Start on m2o

* Render preview in m2o

* Add icons

* Style inline icons

* Add editing modal

* Disable any linter

* Add add-new button

* Pass existing selection on to layout

* Update v-table to allow for keys-only-selection

* Fix batch on tabular
This commit is contained in:
Rijk van Zanten
2020-05-05 14:22:01 -04:00
committed by GitHub
parent f6d040a687
commit 70c3f05050
57 changed files with 686 additions and 116 deletions

View File

@@ -119,7 +119,6 @@ type Item = {
value: string;
};
// eslint-disable-next-line @typescript-eslint/no-explicit-any
type ItemsRaw = (string | any)[];
type InputValue = string[] | string;