From 851f796eb4a9e782cce9bf360207cddb1a00f08f Mon Sep 17 00:00:00 2001 From: Sabrina Bongiovanni Date: Fri, 23 Feb 2024 16:27:59 +0100 Subject: [PATCH] fix: added title attribute to input for searchSection block --- src/components/ItaliaTheme/Blocks/SearchSections/Body.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ItaliaTheme/Blocks/SearchSections/Body.jsx b/src/components/ItaliaTheme/Blocks/SearchSections/Body.jsx index 8d9210ddf..2b3900226 100644 --- a/src/components/ItaliaTheme/Blocks/SearchSections/Body.jsx +++ b/src/components/ItaliaTheme/Blocks/SearchSections/Body.jsx @@ -65,6 +65,7 @@ const Body = ({ block, sections }) => { e.key === 'Enter' ? navigate(inputText, searchFilters()) : null } aria-label={block.placeholder} + title={block.placeholder} >