Closed subhankarb closed 7 years ago
The search box in navbar was not responding to enter button. The main reason was the javascript search method that attached to search button.
The form input was required mode. So blank search was not working.
Removed the search button, search function in js and required mode.
Another bug found was while clicking main-logo it supposed to redirect to home page. But it was redirecting to '#'. Updated the href to '/'
Ref - #261
@subhankarb good summary. One small suggestion this is a: [s] not [xs] - [xs] is for really small stuff like typos or a trivial rename.
[s]
[xs]
The search box in navbar was not responding to enter button. The main reason was the javascript search method that attached to search button.
The form input was required mode. So blank search was not working.
Removed the search button, search function in js and required mode.
Another bug found was while clicking main-logo it supposed to redirect to home page. But it was redirecting to '#'. Updated the href to '/'
Ref - #261