N°3901 Correctly hide menu search placeholder

This commit is contained in:
Stephen Abello
2021-08-02 15:18:06 +02:00
parent bc9d47933e
commit 5c6c59941a

View File

@@ -321,6 +321,7 @@ $(function()
}
if (bMatches) {
me.element.find(me.js_selectors.menu_filter_placeholder).css('display', 'none');
bHasAnyMatch = true;
// Note: Selector must be recursive
$(this).parents('[data-role="ibo-navigation-menu--menu-nodes"], [data-role="ibo-navigation-menu--menu-node"]').show();