Get input name
formInput.getName()
Retrieves the name of the input field.
This method supports the following FormInput
elements:
FormCheckboxInput
FormFileUploadWrapper
FormRadioInput
FormSelect
FormTextarea
FormTextInput
Syntax
Returns
A Promise that resolves to a string
The name of the input field.