Samuel Maxime
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. 
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...