File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,10 +95,6 @@ Supported input fields:
9595 - Supports multi-select mode via ` suggesterConfig.multiSelect: true `
9696 - Multi-select: Select multiple items, separated by commas. Suggestions stay open after each selection.
9797
98- In the modal these inputs are labeled “(from script)”.
99-
100- ---
101-
10298## Scripts: request inputs at runtime (API)
10399
104100From within a script, you can open a single one-page modal to collect multiple inputs in one go using the QuickAdd API.
Original file line number Diff line number Diff line change @@ -291,9 +291,6 @@ export class OnePageInputModal extends Modal {
291291 }
292292
293293 private decorateLabel ( req : FieldRequirement ) : string {
294- if ( req . source === "script" ) {
295- return `${ req . label } (from script)` ;
296- }
297294 return req . label ;
298295 }
299296
You can’t perform that action at this time.
0 commit comments