From 641321b7e6a7d5afc794df70468fff4111741ec9 Mon Sep 17 00:00:00 2001 From: MokaStitcher <54149968+MokaStitcher@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:15:55 +0200 Subject: [PATCH] remove outdated doc --- src/ui/form-modal-ui-handler.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ui/form-modal-ui-handler.ts b/src/ui/form-modal-ui-handler.ts index 74df9a2edd5..9a92804fadb 100644 --- a/src/ui/form-modal-ui-handler.ts +++ b/src/ui/form-modal-ui-handler.ts @@ -29,9 +29,6 @@ export abstract class FormModalUiHandler extends ModalUiHandler { this.formLabels = []; } - // this function takes any args and uses it to make an array of InputFieldConfigs, which has extra support for the input text field - // It currently has support for a field's label, whether it's a password field, and whether the field should be read only, but by expanding the InputFieldConfig interface - // any extra details can be passed on to the field during creation /** * Get all information for each field to display in the modal * @returns array of {@linkcode InputFieldConfig}