add textarea type

This commit is contained in:
Matt Hill
2023-03-29 08:52:51 -06:00
parent f9c558ec25
commit 3e708ab796
7 changed files with 61 additions and 7 deletions

View File

@@ -24,7 +24,6 @@ describe("builder tests", () => {
placeholder: null,
pattern: null,
patternDescription: null,
textarea: null,
}),
}).build();
expect(JSON.stringify(bitcoinPropertiesBuilt)).toEqual(
@@ -39,8 +38,7 @@ describe("builder tests", () => {
"masked": true,
"placeholder": null,
"pattern": null,
"patternDescription": null,
"textarea": null
"patternDescription": null
}}`
.replaceAll("\n", " ")
.replaceAll(/\s{2,}/g, "")