Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Div root element breaks form styling #521

Open
filipkowal opened this issue Nov 10, 2017 · 0 comments
Open

Div root element breaks form styling #521

filipkowal opened this issue Nov 10, 2017 · 0 comments

Comments

@filipkowal
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant