Eric Giovanola

Results 39 comments of Eric Giovanola

As of v6.0.0-alpha.8 you can use floating labels with the typeahead as follows: ```jsx ( { inputRef(node); referenceElementRef(node); }} /> )} /> ```

Bootstrap v5 officially supported as of v6.0.0

Hey @FilmCoder, thanks for filing this issue, and for the detailed repro instructions and sandbox. I can reproduce the behavior you describe and agree this is a bug. That said,...

@FilmCoder thanks for the additional context, that's helpful. Glad you were able to address the issue, and I appreciate the bug report. Given that I can't come up with any...

Hi @architdutt, and thanks for the feature request! The highlighting you refer to happens within the `Highlighter` component included in this library. That component currently doesn't provide a way to...

@cfeltch537 please see #622 for updates regarding BS5 support. Also, as noted in that issue, you can use `renderInput` to customize your input, including adding floating labels.

Hi @learningdesignlabs, thanks for opening this issue! It sounds like the behavior you'd like is for the `activeIndex` to default to the selected item (if it exists), similar to a...

Similar request in #526. I made the decision to disable those props when using custom option a long time ago, and I honestly can't remember why. At first glance, it...

For the `selectHintOnEnter` case, the custom option is always an exact match of what the user has entered in the input, so there's no autocompletion happening, and therefore no hint....

Hey @laurenceks, thanks for submitting such a comprehensive PR! It's a little unclear to me how generally useful this feature is, and I'm therefore reluctant to include it as part...