You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few small bugs in the Splitter component:
role="separator" is on the wrong element, it should be on the gutter handle element where the other aria attributes are located (in particular, the aria-orientation attribute)
the documentation indicates that the step property belongs to SplitterPanel, however when you look at the code it's clear that really it goes on Splitter itself, this is simply a bug in the typescript typing file that results in the documentation appearing incorrect
if you use minSize on a SplitterPanel, when you try to use Home/End/Enter keys for maximize/minimize behavior, then the arrow keys stop working
I've actually coded fixes for this in my local cloned repo that seem to be working great BUT I am unable to push a branch to the repo to create a PR as GitHub says I do not have write access. If I could be given that access I'd be glad to push and PR OR alternatively would be glad to somehow share the code changes I made with somone who can do it.
Reproducer
No response
PrimeReact version
10.5.1
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
There are a few small bugs in the Splitter component:
I've actually coded fixes for this in my local cloned repo that seem to be working great BUT I am unable to push a branch to the repo to create a PR as GitHub says I do not have write access. If I could be given that access I'd be glad to push and PR OR alternatively would be glad to somehow share the code changes I made with somone who can do it.
Reproducer
No response
PrimeReact version
10.5.1
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: