react-bootstrap-typeahead icon indicating copy to clipboard operation
react-bootstrap-typeahead copied to clipboard

React typeahead with Bootstrap styling

Results 34 react-bootstrap-typeahead issues
Sort by recently updated
recently updated
newest added

**What issue does this pull request resolve?** This will pull request will add a new feature that was requested by users, this feature allows a user to click on a...

Hello, I grasp the concept of utilizing disabled options, acknowledging that these options cannot be selected through a mouse cursor. Nevertheless, they remain "selectable" when pressing the Tab key.

bug

Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. Changelog Sourced from @​adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...

external-dependency

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.3 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

external-dependency

**Is your feature request related to a problem? Please describe.** Is there a way to add a button to the end of the Dropdown menu for other actions? I tried...

feature request

### Version 6.0.2 ### Steps to reproduce 1. Go to https://codesandbox.io/s/react-typeahead-bug-with-long-labels-ix81kd 2. open typeahead menu 3. notice that menu is shifted to the left edge of the view 4. start...

bug

**What issue does this pull request resolve?** https://github.com/ericgio/react-bootstrap-typeahead/issues/704 **What changes did you make?** Add generic `Option` through out the codebase **Is there anything that requires more attention while reviewing?**

The keepOpen property can be used to prevent default behaviour of closing the menu and resetting the components internal state when selecting an item in multi mode. This can be...

### Version 6.0.0 (reproduced on http://ericgio.github.io/react-bootstrap-typeahead/#asynchronous-searching) Have also seen this happen with 5.2.1 ### Steps to reproduce This can be hard to reproduce, it seems to depend on typing speed....

bug

I'm using the AsyncTypeahead component as a input field: So the when a user copy paste some string which contain trailing space then I want to remove the space and...

bug