Skip to content

fix(ui): make blog category select clickable and navigate correctly on mobile - #8298

Closed
Himanshu25Sahu wants to merge 2 commits into
nodejs:mainfrom
Himanshu25Sahu:main
Closed

Himanshu25Sahu wants to merge 2 commits into
nodejs:mainfrom
Himanshu25Sahu:main

Conversation

@Himanshu25Sahu

Copy link
Copy Markdown

Description

This PR fixes the issue where the blog category select dropdown on mobile was not clickable.
Now, selecting a category properly triggers navigation to the corresponding page.

Validation

  • Verified on mobile view that the dropdown opens and each category is clickable.
  • Confirmed that selecting a category navigates to the correct blog list.
  • Desktop view remains unchanged.

Related Issues

Fixes #8296

@Himanshu25Sahu
Himanshu25Sahu requested a review from a team as a code owner October 31, 2025 13:43
@vercel

vercel Bot commented Oct 31, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
nodejs-org Ready Ready Preview Oct 31, 2025 1:44pm

@avivkeller avivkeller left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole point of StatelessSelect is to be stateless

@avivkeller

Copy link
Copy Markdown
Member

It's also worth noting this is a mobile-only issue, the StatelessSelect works fine on small desktop screens

@mikeesto

mikeesto commented Nov 1, 2025

Copy link
Copy Markdown
Member

Thanks for the attempt. Closing in favour of #8302

@mikeesto mikeesto closed this Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

StatelessSelect is not clickable on blog page

3 participants