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

Disabling the message "N results are available, use up and down arrow keys to navigate." #89

Open
smakthe opened this issue Aug 24, 2017 · 1 comment

Comments

@smakthe
Copy link

smakthe commented Aug 24, 2017

Hello Joiey,
I used your gem. It did my job pretty well. Thank you!
However, it is leaving a message like "2 results are available, use up and down arrow keys to navigate." below the webpage footer. I want to stop that. Help me with this issue.
Thanks and regards,
Somak

@jd1386
Copy link

jd1386 commented Jul 10, 2019

In your CSS file, add the following:

.ui-helper-hidden-accessible {
  display: none !important;
}

This works for me!

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

No branches or pull requests

2 participants