Ghislain B.

Results 442 comments of Ghislain B.

@MaximBalaganskiy Hey to bother you again, so I'm trying to upgrade the demo and keep only the WebPack demo but it's not going so well. I'm getting problem loading the...

I might have released v7 a little too early, oh well... I was thinking about possibly using pnpm workspaces in the future to properly separate the lib from the demo...

hmm I reverted some code in this [commit](https://github.com/ghiscoding/aurelia-slickgrid/commit/17eb5e8ae92220870761e3c40404d3d6e140b310) because all the Types were missing, does that previous include the code you were expecting then? It still seems like tsc build...

ok great that's helpful, I think I'll definitely have to go with the pnpm workspace to make sure it all works correctly. Thanks a lot for all these infos

> Not sure about `pnpm`, normal npm works just fine with workspaces. But that's really unrelated. The main issue is the build script of the plugin So I went ahead...

I think this issue can be closed since PR #610 added the `onBeforeClick` that could be used to address the use case provided above

probably caused by this code, you need to add assigned unicode for it https://github.com/wenzhixin/multiple-select/blob/52ece8d752814caf3808d5e2a60a362a5115f3f5/src/utils/index.js#L18-L112

@JohnJVTK I'm currently working on a new forked repo for a pure/vanilla JS lib, it's still under development but I already have a [live demo](https://ghiscoding.github.io/multiple-select-vanilla/) and I'm expecting to publish...

I did a few releases since then and I'm currently at `0.4.4` and I am now officially using it in production. I also updated the `v0.4.4` to align with the...

FYI, this is probably caused by the Virtual Scroll which used to be 200 but was later increased to 2000 in this commit a3d87566 , also worth to know that...