Closed carstenblt closed 1 year ago
Hey @carstenblt, thanks for the report. Have you included the package CSS with your project?
@ericgio yes, both:
@import "react-bootstrap-typeahead/css/Typeahead.css";
@import "react-bootstrap-typeahead/css/Typeahead.bs5.css";
I'm sorry, it's all me. I was missing the close
css from bootstrap.
Version
react-bootstrap-typeahead: 6.0.0 react-bootstrap: 2.6.0 bootstrap: 5.2.2
Steps to reproduce
Use
Typeahead
with themultiple
option.Expected Behavior
Actual Behavior
Adding the
btn
class to the button element fixes the X. Removingline-height
fromrbt-token
or changingrbt-token-label
topadding: 0.5rem;
fixes the label padding.