• Sets all form inputs to disabled for the specified form

    Parameters

    • form: HTMLFormElement

      The form element which to enable all contained input elements

    • exemptions: HTMLFormControlsElement[] = []

      Things which you don't want this function to touch

    Returns void