Luca Ban

Results 494 comments of Luca Ban

@rlfrahm can you add some link in the readme to direct people to the community repo? cheers!

What’s single selection mode? Sent with GitHawk

Your TS issues are not related to `omit` I believe. it says you cannot redeclare the variable `test`, so you already have a variable in that file called `test`.

Interesting. It's a bug I think.

latest patch I greatly improved speed until `1.22ms` per row. - 0.33 seconds to render 300 rows! πŸŽ‰ - that's still 11 seconds with 9000 rows though... πŸ’ˆ

https://www.vuemastery.com/conferences/vueconf-us-2019/9-performance-secrets-revealed Cannot use **vue-virtual-scroller** https://github.com/Akryum/vue-virtual-scroller Because they require dedicated wrapper components, which I can't integrate with mine. Perhaps look into: **vue-observe-visibility** https://github.com/Akryum/vue-observe-visibility

Quasar uses: https://github.com/quasarframework/quasar/blob/4691db529a1b4055b2c198888f6c9eb6f1fdf484/ui/src/components/select/QSelect.js Look here: ```js on: { '&scroll': this.__hydrateOptions, hide: this.__closeMenu } ``` ```js this.__hydrateOptions ``` ```js __hydrateOptions () { if (this.avoidScroll !== true) { if (this.optionsToShow < this.options.length)...

I’ll see what i can do!!

@kmschott I'm trying to convince the designer on a project to implement dragging on some rows. This way I can work again on this library without getting into trouble with...

Just adding position: none to css fixes it?