Skip to content
New issue

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

Problem with bootstrap 3.7.0 styles compatible #633

Closed
GetTaxSolutions opened this issue Jan 6, 2018 · 0 comments · Fixed by #637
Closed

Problem with bootstrap 3.7.0 styles compatible #633

GetTaxSolutions opened this issue Jan 6, 2018 · 0 comments · Fixed by #637
Labels

Comments

@GetTaxSolutions
Copy link

Is it compatible with bootstrap 3.3.7? Because I can find some difference in the classes and design is misaligned and wrong. For example the class 'control-label ' into the input label element now is changed to 'form-control-label' and validation doesn't apply red color if the field is not valid. I'm using "@ngx-formly/bootstrap": "^2.0.0-rc.6".

Example:
https://stackblitz.com/edit/angular-fqxpmq
You can see that label of required fields is in black color after validation. It should be in red. Bootstrap 3.3.7 is using control-label class but here formly set only form-control-label and css doesn't apply style properly for old version 3.x of bootstrap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants