troutzen
troutzen
Also encountering a similar constraint where it would be nice to validate based on the value of a previous character. Use case being a date input where mask = "11/11/1111"...
Okay these docs are misleading and the google docs themselves are not very thorough... When accessType is 'offline' and responseType is 'code' what is returned is NOT the refresh_token, but...
I got it to work using a mixture of ReactGoogleLogin to fetch the authorization_code on the client and using another API request to exchange the authorization code for a refresh_token...
Excited for this change for the js sdk!
I am also encountering the same issue, however, I am using: `html { height: calc(100vh - 50px); }` I actually removed the offset and I am still seeing a 'jump'...