Closed
Description
CodeSandbox.io Example
https://codesandbox.io/p/sandbox/react-bootstrap-typeahead-close-button-bug-rhdgwt?file=%2Fsrc%2FApp.tsx%3A7%2C1-11%2C9
Version
6.3.2
Steps to reproduce
Set clearButton=true
<Typeahead
options={["one", "two", "three"]}
selected={["one"]}
clearButton={true}
/>
Expected Behavior
The clear button to appear without a duplicate span creating a second smaller x.
Actual Behavior
Adds a button with a second smaller x.
Metadata
Metadata
Assignees
Labels
No labels