CreationKeyDownEnter CallableCreationKeyDownEnter(nextFieldId): (this, ev) => voidEnter on a creation field: move focus to the next input, or submit on the last field.ParametersnextFieldId: stringNext input id, or null to run CreationSubmit.Returns (this, ev) => void(this, ev): voidParametersthis: HTMLInputElementev: KeyboardEventReturns void
Enter on a creation field: move focus to the next input, or submit on the last field.