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
Issue 1:
If you key in invalid phone, the border of phone input box becomes red but the country drop down box does not making it look weird.
Fix 1:
.has-error .country-button { border-color: #c8362e !important }
Issue 2:
In the response mode, i.e., when the width is shrunk, the border of country drop down box turns red but the phone number input box border does not.
Fix 2:
.has-error .input-verify-mobile { border-color: #c8362e !important; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue 1:
If you key in invalid phone, the border of phone input box becomes red but the country drop down box does not making it look weird.
Fix 1:
Issue 2:
In the response mode, i.e., when the width is shrunk, the border of country drop down box turns red but the phone number input box border does not.
Fix 2:
The text was updated successfully, but these errors were encountered: