ericgio / react-bootstrap-typeahead

React typeahead with Bootstrap styling
http://ericgio.github.io/react-bootstrap-typeahead/
MIT License
1.01k stars 407 forks source link

bsSize props is ignored #552

Closed shaneosullivan closed 4 years ago

shaneosullivan commented 4 years ago

Version

5.0.0-rc.1

Steps to reproduce

Setting the bsSize prop to large should change the UI to be larger, but it looks the same as small See https://codesandbox.io/s/stoic-thunder-47md5?file=/src/index.js

Expected Behavior

The UI should change size to be large

Actual Behavior

The UI remains at the small size

Changing the bsSize prop has no effect

ericgio commented 4 years ago

Hey @shaneosullivan, thanks for filing this issue. bsSize was deprecated in v4.2.0 and removed in v5.0.0-alpha.1, so that is the expected behavior. I now realize that I forgot to update the docs to reflect this change, however, so I apologize for the confusion.

ericgio commented 4 years ago

Docs updated on both master and 5.x branches.