-
#### Describe the bug
A clear and concise description of what the bug is.
Setting options like minSize and initialSize doesn't work.
#### To Reproduce
Type this in your code
```
…
-
Set splitter as below:
`
a
b
`
At page load, the splitter will stay at the center of the window. If you change the window size, you can see the splitter is always keep in the center of the wi…
-
### Version
5.1.1
### Browser and OS info
Chrome Version 78.0.3904.70 / macOS Catalina 10.15
### Steps to reproduce
- Setup project with Vue CLI.
- Add VueX to project.
- Add ``…
-
_Submitted by:_ _Jerry_
REBOL [ ]
bc.. g: make gob! [ size: 300x300 color: white]
view/no-wait g
print g/size
p.
The bug has been bothering me for a while, I review my code again and again. Then…
-
I can't seem to set the height in pane1style for horizontal split.
I tried pane1Style={{height: '300px'}} but it's not doing anything. It still defaults to 50px.
Help?
-
``` html
```
the only limits the height of the upper part of the 200px,
how to limit the height of the lower half?
thx!
-
Error Message:
```
Error: Toast: missing context value
at useToast (/static/js/app.bundle.js:388458:15)
at BulkActionsMenu (/static/js/app.bundle.js:373645:85)
at renderWithHook…
-
Is there a way to collapse/open panel programatically? Changing `collapsedSizes` doesn't seem to work.
-
Hi!
I'm using the vertical split with primary="second" and am running into the following issue.
It looks like currently, even if a minWidth + default width is set on the primary pane, the secondar…
-
Tried to import and use this with a SvelteKit project, and get the following error:
is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled,…