remove outdated doc

This commit is contained in:
MokaStitcher 2024-10-18 17:15:55 +02:00 committed by GitHub
parent 61b94cc3b1
commit 641321b7e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,9 +29,6 @@ export abstract class FormModalUiHandler extends ModalUiHandler {
this.formLabels = []; 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 * Get all information for each field to display in the modal
* @returns array of {@linkcode InputFieldConfig} * @returns array of {@linkcode InputFieldConfig}