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

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

external-dependency

I'm trying to implement a custom input file with button menu item. A custom way to update the menu options. The existing allowNew is a nice feature, but I need...

bug

**Is your feature request related to a problem? Please describe.** It would be nice to have the option of "Select All" for picking all the menu options. I know that...

feature request

When multiple is set to true the expected behaviour will be to select multiple options so, many times, it will make sense to have the menu open when selecting the...

feature request

It could be interesting to set a max of tokens that could be selected when multiple is set to True. In the meanwhile is there a workaround you suggest?

feature request

### Version ### Steps to reproduce 1. Go to https://codesandbox.io/s/nostalgic-payne-n4y9e6 2. Start type "Alabama-Alabama-Alabama" 3. Text is blurry in the end. 4. If you don't get it, just type "Alabama-Alabama-Alabama"...

bug

**Is your feature request related to a problem? Please describe.** I often find myself in a situation where I need to sort the options based on the user's search query....

feature request

**What issue does this pull request resolve?** #761 **What changes did you make?** I add a scroll event listener on inputNode on Hint.tsx file to scroll the hintInput when the...

**What issue does this pull request resolve?** #776 **What changes did you make?** I added a popperjs modifier that will disable popperjs from trying to prevent over flow on a...

**Is your feature request related to a problem? Please describe.** Say I have a controlled typeahead: ``` ``` Where `options` is: ``` [ { "_id": "63e273afd776024060b3750f", "name": "Banstead MRC", "organisationId":...

feature request