You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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*/bodydiv.se-container>input {
display: none;
}
On the demo webpage, the input box is exposed.
Please look at the screenshot.
The text was updated successfully, but these errors were encountered: