Skip to main content

CreationKeyDownEnter

Callable

  • CreationKeyDownEnter(nextFieldId): (this, ev) => void

  • Enter on a creation field: move focus to the next input, or submit on the last field.


    Parameters

    Returns (this, ev) => void

      • (this, ev): void
      • Parameters

        • this: HTMLInputElement
        • ev: KeyboardEvent

        Returns void