-
A sparql filter could look like this: filter regex(?result_label,"^BO$",'i'). It should only find exact matches of "BO". It turns out it only finds things that start with "BO". ^ does the tric. Unex…
-
Autocomplete list, when virtualized with [react-virtuoso](https://virtuoso.dev/) won't scroll up when navigating via keyboard.
- [x] The issue is present in the latest release (v4).
- [x…
-
When using scrollToIndex on a chat list (when adding a new message for exemple, the list scrolls down, but fails to reach the bottom. It seems to be because of the margin between each elements. Also,…
-
**Describe the bug**
When `initialTopMostItemIndex` is provided with a positive number, the component still renders the first set of items (starting with index 0) after which it abruptly scrolls to t…
-
Hi!
I got something hard to reproduce which cause us a lot of pain.
https://codesandbox.io/s/react-virtuoso-reverse-scrolling-header-issue-forked-fj5ys?file=/src/App.js
Sometimes when i scrol…
-
First, thanks for the lib. I'm looking to move from react-virtualized. I'm liking what you have going on here!
I have a list that contains images. Currently, I do not cache the image height in the …
-
**Describe the bug**
Inside ScrollIntoViewLocation's `done` function, if I query DOM to get the newly-scrolled-into-view element, the result will be null.
**Reproduction**
Use the code from https…
-
If a parent passes a reference down to a child component containing a list i.e.
```
{
const itemsSelected=listRef.current.data.filter( (element,index) => {
return someRef.curr…
-
# 🙋 Feature Request
Add a way to do index-based lookups to `@react-types` `Collection`.
`Collection`'s docs, "A generic interface to access a readonly sequential collection of unique keyed item…
-
Some times items are not all the same height, but the precise height for each of them is known beforehand, so I propose for the `itemHeight` prop to also accept the following signature:
```ts
( in…