From cdf6dde004a928b157baf0a067c75b4603920c99 Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Thu, 16 Jan 2025 18:02:39 +0200 Subject: [PATCH] fix: [Security:Rules:Detection Rules:Create Rule] EQL Query text area is missing accessible label in Create new rule panel of type event correlation Closes: #205054 --- .../rule_creation/components/eql_query_edit/eql_query_bar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation/components/eql_query_edit/eql_query_bar.tsx b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation/components/eql_query_edit/eql_query_bar.tsx index 6111d2e1a2d3d..0f12dcee977a1 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation/components/eql_query_edit/eql_query_bar.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation/components/eql_query_edit/eql_query_bar.tsx @@ -190,6 +190,7 @@ export const EqlQueryBar: FC = ({ isInvalid={!isValid && !isValidating} value={fieldValue.query.query as string} onChange={handleChange} + aria-label={field.label} />