Reactive signal indicating whether an asynchronous submit handler is currently running.
final Signal<bool> isSubmitting = signal(false);