Samuel Maxime

Results 3 comments of Samuel Maxime

Set the fetchPolicy for the original useQuery hook. It forces network-only for the refetch. Worked for me.

Same issue. Just using the Input, latest stable version. "autocomplete" is set to "username" and "password" in this screen shot. ![Image](https://github.com/user-attachments/assets/f9e3805d-8893-4b5a-b3f5-049b42578f0e)

This is a terrible solution. I'm facing the same issue with the calendar. I tried applying classes like "pointer-events-none" etc. but that doesn't work. Using `onClick={(e) => e.stopPropogation()}` doesn't seem...