Forums
Home / Theme: Baskerville / Search field focus not working
(@germundal)
4 years, 9 months ago
Hello!
When you click on the magnifying glass, focus is not set on the search field. Please change: $(".header-search-block #s").focus();
$(".header-search-block #s").focus();
To: $(".header-search-block .search-field").focus();
$(".header-search-block .search-field").focus();
in global.js
Thanks!
(@anlino)
4 years, 8 months ago
Hi @germundal,
Good catch – I missed this in the last update. I’ll include it in the next one. Thanks for posting!
— Anders