readyChecks property

Map<JsonPath, SafeCompleter> readyChecks

Consumers can request a completer that's used to prevent submission until the child component is ready - maybe they are uploading a file or something.

Implementation

Map<JsonPath, SafeCompleter> get readyChecks;