Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Prevent the '/' being entered into the search input upon focus with '/' press #431

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

Venkata-Sai-Vishwanath-robo
Copy link
Contributor

Notes for Reviewers

This PR fixes two issues with the search feature: first, pressing the / key no longer inserts a / character into the input field but instead focuses the search input as intended (Similar to Github's search feature). Second, it ensures that the search results are hidden when a blur event occurs.

Signed commits

  • Yes, I signed my commits.

Copy link

netlify bot commented Jan 13, 2025

Deploy Preview for bejewelled-pegasus-b0ce81 ready!

Name Link
🔨 Latest commit 135b57f
🔍 Latest deploy log https://app.netlify.com/sites/bejewelled-pegasus-b0ce81/deploys/678573b9d41dd90008051a21
😎 Deploy Preview https://deploy-preview-431--bejewelled-pegasus-b0ce81.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@leecalcote leecalcote left a comment

Choose a reason for hiding this comment

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

Thank you, @Venkata-Sai-Vishwanath-robo. Looks real good.

@leecalcote leecalcote merged commit d8e3af8 into layer5io:master Jan 13, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants