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

On the demo webpage, the input box is exposed. #1381

Closed
kimindu opened this issue Apr 22, 2024 · 3 comments
Closed

On the demo webpage, the input box is exposed. #1381

kimindu opened this issue Apr 22, 2024 · 3 comments
Milestone

Comments

@kimindu
Copy link

kimindu commented Apr 22, 2024

On the demo webpage, the input box is exposed.
Please look at the screenshot.

screen81448

@sillycube
Copy link

The same here. But I find the issue in my dev and prod site.

@Monabbir-Ahmmad
Copy link

This issue also occurs when using the package. It seems like you can temporarily fix the issue by adding the following CSS inside your global CSS file.

/* Hide input but leave it accessible*/
body div.se-container > input {
  display: none;
}

@JiHong88 JiHong88 added this to the 2.46.1 milestone Apr 23, 2024
@JiHong88
Copy link
Owner

Version 2.46.1 has been �deploied.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants