From d1fd466dd76ef9909bd461495848ccdb0cc20735 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 20 Jun 2020 20:57:04 +1000 Subject: [PATCH] [REF] Fix jquery error message display on select2 field validation --- templates/CRM/common/l10n.js.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/CRM/common/l10n.js.tpl b/templates/CRM/common/l10n.js.tpl index 023edfa3a6..8af3a8fa58 100644 --- a/templates/CRM/common/l10n.js.tpl +++ b/templates/CRM/common/l10n.js.tpl @@ -95,7 +95,8 @@ var params = { errorClass: 'crm-inline-error alert-danger', messages: {}, - ignore: ".select2-offscreen, [readonly], :hidden:not(.crm-select2)" + ignore: ".select2-offscreen, [readonly], :hidden:not(.crm-select2)", + ignoreTitle: true }; // use civicrm notifications when there are errors -- 2.25.1