We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
First of all thanks for your work.
As you can see in this video, the proceed button is not enabled when the correct word is typed for hard verification unless the keyboard is closed.
This issue occured on android Chrome only but it works perfectly fine on desktop Chrome.
Also, I had to add the !important tag to override the CSS styling of the button :
.dg-btn--ok { color: red !important; border-color: red !important; }
Seems that it not the case in the documentation. FYI I wrote this CSS in the main App.vue file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
First of all thanks for your work.
As you can see in this video, the proceed button is not enabled when the correct word is typed for hard verification unless the keyboard is closed.
This issue occured on android Chrome only but it works perfectly fine on desktop Chrome.
Also, I had to add the !important tag to override the CSS styling of the button :
.dg-btn--ok { color: red !important; border-color: red !important; }
Seems that it not the case in the documentation. FYI I wrote this CSS in the main App.vue file.
The text was updated successfully, but these errors were encountered: