skipDisabled property

bool skipDisabled
final

Whether the form should ignore submitting values from fields where enabled is false.

This behavior is common in HTML forms where readonly values are not submitted when the form is submitted.

true = Disabled / false = Read only

When true, the final form value will not contain disabled fields. Default is false.

Implementation

final bool skipDisabled;