react-bootstrap-typeahead
react-bootstrap-typeahead copied to clipboard
React typeahead with Bootstrap styling
For example :  As in the above example I don't want the a's that are highlighted(bold) in yellow or else no bold letters itself. **Is your feature request related...
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
[Bootstrap 5](https://getbootstrap.com/docs/5.0/getting-started/introduction/) is currently in beta, so I'm creating this issue to track the changes this library will need to make to support the new version out of the box....
The `renderMenuItemChildren` property's type is `(option: Option, ...) => JSX.Element`, with `Option` defined as `string | Record`. This means that implementors of `renderMenuItemChildren` need to handle both a `string` and...
### Steps to reproduce 1. Click the "one" button 2. Click the typeahead input 3. Click the "states" button 4. Click the typeahead input again, notice only one US State...
**What issue does this pull request resolve?** Adds one new prop to force the input to use the specified case styling to keep new custom options in a consistent style....
**What issue does this pull request resolve?** Floating labels were added in Bootstrap 5, but are not supported in react-bootstrap-typeahead yet (part of issue #622) **What changes did you make?**...
Perusing the existing issues, I can see that active index is meant to be internal. However, I believe there's a use case for being able to set it as a...
The short version is to let `highlightOnlyResult` work with `allowNew` -- especially for the new entry. I'm creating tags. There's a list of existing tags that I've prepopulated into the...