Next.js Discord

Discord Forum

Why is this image requested at every update ?

Unanswered
Ichneumonid wasp posted this in #help-forum
Open in Discord
Ichneumonid waspOP
I used a login form from tailwind css and I changed it just a little bit. I noticed that on every field focus, the page requests this svg image which looks like an eye (possibly the eye that toggles password visibility) but thats nowhere in my code or visible on the page anywhere.
Update: apparently the eye sometimes appears ? Its not consistent though

7 Replies

Ichneumonid waspOP
this is the image requested and the link below is the page from the tailwind library. https://tailwindui.com/components/application-ui/forms/sign-in-forms
English Angora
maybe useRef can prevent the svg from being fetched over and over.
Ichneumonid waspOP
Yea but I dont fetch the svg anywhere in my code
Ichneumonid waspOP
I guess it was a tailwind thing. I checked their sample website and the inputs automatically download these images.
I just dont get why I cant see it
English Angora
I would think the tailwind library is doing it. I haven't messed with Tailwind UI though.