-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: improve UX when user is on a slow network #70
Conversation
- add `closableLoading` property to allow cancel hCaptcha during loading - `hasBackdrop=false` now affect `backgroundColor` and no backgroun will be shown till hCaptcha is loaded
looks good at first glance, need README update + ver bump |
1b8c785
to
21742cc
Compare
I did manual tests for all combinations of |
README updated |
I've been looking forward to this! Do you know when it will be released on npm? One suggestion why not letting the user specify the timeout, while still having the 15 sec as default? |
@dev2xl please check 1.8.2 release, thanks |
Related issue #64
closableLoading
property to allow user to tap to cancel hCaptcha during loadinghasBackdrop=false
now affectsbackgroundColor
and no background will be shown till hCaptcha is loaded'error'
if hCaptha wasn't load in 15scloses #65