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
Browsers wont render warning message for "required" inputs unless they are actually rendered
input must be "visible" and "display"-ed
TODO: fake radio/check over default input or maybe overflow:hidden + default check somewhere under custom one
Tested in Chrome (warning will flash and hide), Edge wont show anything
someone should kick these browser devs in buts.
The text was updated successfully, but these errors were encountered:
working "what the fuck" solution: make input 1x1px and hide it behind FontAwesome icon
input { display: inline-block; position: absolute; top: 22px; left: 7px; width: 1px; height: 1px; border: 0; outline: none; background-color: transparent !important; opacity: 0.1; }
Sorry, something went wrong.
fixed in 31d48cf
wUFr
No branches or pull requests
Browsers wont render warning message for "required" inputs unless they are actually rendered
input must be "visible" and "display"-ed
TODO: fake radio/check over default input or maybe overflow:hidden + default check somewhere under custom one
Tested in Chrome (warning will flash and hide), Edge wont show anything
someone should kick these browser devs in buts.
The text was updated successfully, but these errors were encountered: