mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
add textarea type
This commit is contained in:
@@ -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, "")
|
||||
|
||||
Reference in New Issue
Block a user