When resizing the splitbar fast in the Kendo UI Splitter, a ghost splitbar will appear.
If you have a collapsible Kendo UI Splitter with 2 Panes and horizontal orientation, and one of them has size, the other pane will not be collapsible.
First pane remains at a fixed width.
The Pane should completely collapse similar to the 2024.3.1015 version(Dojo).
When the min option is set to the Splitter pane and then the Splitter is resized through the size method, the min is not taken into account.
The second pane has a width of less than 150px, although the configured min is '150px'.
The configured width should be taken into account.