1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-18 14:04:04 +00:00

Form list

This commit is contained in:
2023-01-31 21:12:31 +01:00
parent 15a20d4916
commit 23526ee641
7 changed files with 172 additions and 76 deletions

View File

@ -26,7 +26,7 @@
let _items = [];
$: refresh(hideObjectIndicators, items);
$: inputsValid = Object.values(validity).every(v => !!v);
$: inputsValid = Object.values(validity).every(v => v !== false);
function refresh(hideObjectIndicators, items) {
_items = objectToArray(items).map(item => {