-
Hello !
Thank you very much for providing this package. I'm using it to develop a web app in order to help people in need.
I'd like to be able to change "Search" for "Rechercher" (French).
Co…
-
> "vite": "^5.4.10",
> "svelte": "^5.1.3",
> "svelte-check": "^4.0.5",
> "svelte-preprocess": "^6.0.3",
> "svelte-virtuallists": "^1.3.9",
I just installed …
-
[Vue warn]: Vue received a Component which was made a reactive object. This can lead to unnecessary performance overhead, and should be avoided by marking the component with `markRaw` or using `shallo…
-
# Describe the problem
Virtuallist warning is thrown and scrolllist doesn't work either so what would be the possible way to rectify that
# Additional context
- Library Version: [e.g. 1.4.2…
-
### 这个特性解决了什么问题?
vue3 taro开发微信小程序,使用@tarojs/components-advanced的VirtualList,文档里没有提到如何获取到子组件(item)的点击事件,我需要获取点击到了列表里的哪条数据,请问有案例吗?
### 这个 API 长什么样?
我期望有方式能在父组件里获取到子组件emit的事件(非pinia,vuex等方式)
-
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### Reproduction link
[![Edit on CodeSandbox](https…
-
Trying to make an infinite scrolling list using this, but when at the bottom and I add more items, the list can't be scrolled further down without first scrolling back up.
When I comment out this l…
-
Currently VirtualList attaches to the ['resize' event on the supplied container option](https://github.com/developerdizzle/react-virtual-list/blob/master/lib/VirtualList.js#L107).
This is fine when…
-
### Describe your motivation
Right now, you have to create a new items array and pass it to `setItems` any time you want to add a new message to the list. This is quite inefficient when the list gets…
-
Currently, every time the slide init, all the React Component will be mounted. I write the log on **componentDidMount** event to see that
Your library provide a VirtualList options, but if I set i…