You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2018. It is now read-only.
In the date input there is such structure: div > input.form-control
It breaks bootstrap form's styling, because .form-control should be a direct child of form-group.
The correct structure would then be .form-group > input.form-control, so input.form-control should be component's root element.
Could you fix this, please?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the date input there is such structure:
div > input.form-control
It breaks bootstrap form's styling, because
.form-control
should be a direct child ofform-group
.The correct structure would then be
.form-group > input.form-control
, soinput.form-control
should be component's root element.Could you fix this, please?
The text was updated successfully, but these errors were encountered: