Guillaume Chau
Guillaume Chau
Please reopen in case you still have the issue with Node 20
By default tooltips close on mouse out or blur, you shouldn't have to add this logic. Also if you really need it, just put `autoHide`
It could totally be an option in floating-vue.
I don't think it's possible to read a fragment reactively.
I guess a sticky position on an element in the before or after-container slots would do the trick.
It would probably make more sense to accept a function for `itemSize` prop
@Iftahh It should be `:sizeDependencies="[idState.textAreaHeight]"` without the quotation marks, since you want to pass the value that may change and trigger the resize (and not the `'idState.textAreaHeight'` string). Do you...
@Iftahh You should try wrapping your component with `DynamicScrollerItem` instead of extending it. You can also use it as the root of your component: ```html ```
I think by the time we are able to render "Loading" it will actually render the items.
Drawing a frame isn't selective, everything will be rendered.