From aeaf6f8dc66d2ef8d11cc0242cdba9278cef0900 Mon Sep 17 00:00:00 2001
From: Justin Toupin <21499-justin2pin@users.noreply.drupalcode.org>
Date: Sun, 10 Dec 2023 16:41:06 +0000
Subject: [PATCH] Issue #3313147 by justin2pin, John Pitcairn, DeepaliJ,
 joachim: Cancel button should not validate the form, errors appear on next
 modal opened

---
 src/Form/ComponentFormBase.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Form/ComponentFormBase.php b/src/Form/ComponentFormBase.php
index 25c28a6..d0dfca3 100644
--- a/src/Form/ComponentFormBase.php
+++ b/src/Form/ComponentFormBase.php
@@ -195,6 +195,7 @@ abstract class ComponentFormBase extends FormBase implements ComponentFormInterf
           '#type' => 'button',
           '#weight' => 200,
           '#value' => $this->t('Cancel'),
+          '#limit_validation_errors' => [],
           '#ajax' => [
             'callback' => '::cancel',
             'progress' => 'none',
-- 
GitLab