Skip to main content

Home > @jsplumbtoolkit/dialogs-core > ShowOptions > autoCommit

ShowOptions.autoCommit property

If true (which is the default), an enter keypress on an input field, or a ctrl+enter keypress on a textarea, will close the dialog as if the user had pressed OK.

Signature:

autoCommit?: boolean;