zwischenstand
This commit is contained in:
@@ -20,7 +20,10 @@ export function validateFields(fieldsArray: ValueEntry[]): (string | (() => void
|
||||
}
|
||||
|
||||
fieldsArray.forEach(([field, value]) => {
|
||||
|
||||
|
||||
if (field === "blockGroups" || (typeof field === "string" && field.includes("numberLabel"))) {
|
||||
// number label benötigt gesonderte Validierung
|
||||
if (!field.includes("numberLabel")) return
|
||||
// @ts-ignore
|
||||
let [elementValue, element, group, boolean] = value
|
||||
|
||||
Reference in New Issue
Block a user