React-bootstrap: FormControl doesn't correctly support input-sm input-lg

Created on 11 May 2016  Â·  3Comments  Â·  Source: react-bootstrap/react-bootstrap

Did we forget about these or is there another reason we didn't cover this?

bug

Most helpful comment

It's because the Bootstrap CSS sucks – .form-control with .input-sm doesn't work well with how we do bsClass. The size variants on <FormGroup> and <InputGroup> by contrast look sane.

All 3 comments

It's because the Bootstrap CSS sucks – .form-control with .input-sm doesn't work well with how we do bsClass. The size variants on <FormGroup> and <InputGroup> by contrast look sane.

I think this should be closed since #2382 was merged

Oops, thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tkram01 picture tkram01  Â·  3Comments

lailo picture lailo  Â·  3Comments

kastork picture kastork  Â·  3Comments

wzup picture wzup  Â·  3Comments

AnderssonChristian picture AnderssonChristian  Â·  3Comments