Julien Elbaz

Results 70 comments of Julien Elbaz

Wow thank you for the kind words! ❤️

Hey @luwes, > Nice work on this amazing lib! Thanks 😄! > Have you done any tests with older browsers? (IE11) Not really, I only tested modern browsers (firefox/chrome/edge/safari) and...

Hi @SgtPepper27, > how can i use a custom input field that trigger the search for available nodes? If by "custom" you mean that you don't want to use the...

> How can I achieve this that he remains opened. You can solve this issue by defining your own [fold strategy](https://elbywan.github.io/bosket/react/#TreeView#Optional%20properties#strategies) (on top of the existing ones). Something like: ```js...

Hey @fabien 😄 Hmm that's strange since when you look at the docs this construct is promoted there :

Hi @lockemotive, >first off, great work so far, I really like this component. Thanks 😄 ! >What kind of expected is that when I click on an unfolded item (expanded?!),...

Hi @The-BlackWidow ! Actually this is a bug, I reproduced having an infinite loop simply by calling `console.log(b.children)` inside the sorting function. As a workaround, you can try this while...

Hey @jmgull, Sorry for the late response, but you can have a look at issue #10 which is basically solving what you want to achieve except for the fact that...

Hey @omnidan, you can try something like this : https://jsfiddle.net/elbywan/8ptfL5d1/

Hey @The-BlackWidow ! I made a small [jsfiddle](https://jsfiddle.net/elbywan/qgvb5kj7/) that shows how to store the `bosket` selection array into the `vuex` store. Hope it will help 😉.