Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

absolute inset-y-0 left-0 flex items-center pointer-events-none classes in the div hides "magnifying glass" on search field #201

Open
kmlhsn opened this issue Sep 6, 2020 · 1 comment

Comments

@kmlhsn
Copy link

kmlhsn commented Sep 6, 2020

"absolute inset-y-0 left-0 flex items-center pointer-events-none" classes in the div hides "magnifying glass" on search field

image

@teampolyglot
Copy link
Contributor

Hmm. We have used Tailwind UI's sidebar layout from here: https://tailwindui.com/components/application-ui/application-shells/sidebar

But then, for search auto-completion, we are using Typeahead.js. When the page loads, the search icons is displayed for some time, but I think Typeahead is changing the DOM structure and that ends up hiding the search icon.

I find Typeahead to be very intrusive. It is also not keyboard-friendly. Is there a WebComponent I can replace it with?

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

No branches or pull requests

2 participants