Skip to main content

AutoFillGroupDisposeAction

Predefined autofill context clean-up actions.

Inherits: enum.Enum

Properties

  • CANCEL - Destroys the current autofill context without saving the user input.
  • COMMIT - Destroys the current autofill context after informing the platform to save the user input from it.

Properties

CANCELclass-attributeinstance-attribute

Destroys the current autofill context without saving the user input.

COMMITclass-attributeinstance-attribute

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