Skip to content

AutoFillGroupDisposeAction

Inherits: Enum

Predefined autofill context clean-up actions.

Properties

  • CANCEL

    Destroys the current autofill context without saving the user input.

  • COMMIT

    Destroys the current autofill context after informing the platform to save

Properties#

CANCEL = 'cancel' class-attribute instance-attribute #

Destroys the current autofill context without saving the user input.

COMMIT = 'commit' class-attribute instance-attribute #

Destroys the current autofill context after informing the platform to save the user input from it.