wip: Working so far

This commit is contained in:
BluJ
2023-04-27 08:18:45 -06:00
parent 138c7f0133
commit 76f0a8b0bb
16 changed files with 438 additions and 249 deletions

View File

@@ -67,6 +67,8 @@ export default async function makeFileContentFromOld(
warning: value.warning || null,
required: !(value.nullable || false),
placeholder: value.placeholder || null,
maxLength: null,
minLength: null,
},
null,
2,
@@ -81,6 +83,7 @@ export default async function makeFileContentFromOld(
required: !(value.nullable || false),
masked: value.masked || false,
placeholder: value.placeholder || null,
inputmode: "text",
patterns: value.pattern
? [
{