Page 1 of 1

[REACT] Unable to use the BryntumSplitter

Posted: Mon Mar 20, 2023 12:31 pm
by nikko.joson

Resize on the bryntum splitter on scheduler v5.3 is not working. I can grab the splitter but it doesnt move/resize the grid. Im basing my project using the drag from grid to scheduler example in typescript.
Even with the simplest markup/components its not resizing.

<BryntumScheduler>
</BryntumScheduler>
<BryntumSplitter />
<Grid>
</Grid>

I have an existing app that uses 5.1 and it works with the same markup. just adding <BryntumSplitter /> component in between the bryntum components. but this time its not


Re: [REACT] Unable to use the BryntumSplitter

Posted: Mon Mar 20, 2023 1:14 pm
by mats

Tried 5.3.1? Sounds like an issue we recently fixed.


Re: [REACT] Unable to use the BryntumSplitter

Posted: Mon Mar 20, 2023 1:53 pm
by nikko.joson

Thanks @mats, I just read the announcement email. will try this