Skip to content

Commit e3f0fe3

Browse files
authored
1 parent cbc2077 commit e3f0fe3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/lib/policies.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lib/policies.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,11 @@ class ObjectPolicy extends BasePolicy {
262262
}
263263

264264
protected renderADMXElements(): string[] {
265-
return [`<text id="${this.name}" valueName="${this.name}" required="true" />`];
265+
return [`<multiText id="${this.name}" valueName="${this.name}" required="true" />`];
266266
}
267267

268268
renderADMLPresentationContents() {
269-
return `<textBox refId="${this.name}"><label>${this.name}:</label></textBox>`;
269+
return `<multiTextBox refId="${this.name}" />`;
270270
}
271271
}
272272

0 commit comments

Comments
 (0)