Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splitter: Add Resize event to Splitter component #4561

Closed
Ice-Hazymoon opened this issue Oct 5, 2023 · 1 comment
Closed

Splitter: Add Resize event to Splitter component #4561

Ice-Hazymoon opened this issue Oct 5, 2023 · 1 comment
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@Ice-Hazymoon
Copy link
Contributor

Describe the feature you would like to see added

<Splitter style="height: 300px" class="mb-5" @resize="console.log">
    <SplitterPanel class="flex align-items-center justify-content-center"> Panel 1 </SplitterPanel>
    <SplitterPanel class="flex align-items-center justify-content-center"> Panel 2 </SplitterPanel>
</Splitter>

PR is here: #4526

Is your feature request related to a problem?

No response

Describe the solution you'd like

No response

Describe alternatives you have considered

No response

Additional context

No response

@Ice-Hazymoon Ice-Hazymoon added Status: Discussion Issue or pull request needs to be discussed by Core Team Type: New Feature Issue contains a new feature or new component request labels Oct 5, 2023
@mertsincan mertsincan removed the Status: Discussion Issue or pull request needs to be discussed by Core Team label Oct 6, 2023
@mertsincan mertsincan added this to the 3.35.1 milestone Oct 6, 2023
@mertsincan
Copy link
Member

Fixed in #4526

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

2 participants