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

SegmentedControl initialization value animation effect #5182

Closed
silverWolf818 opened this issue Nov 3, 2023 · 3 comments
Closed

SegmentedControl initialization value animation effect #5182

silverWolf818 opened this issue Nov 3, 2023 · 3 comments
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)

Comments

@silverWolf818
Copy link

What package has an issue

@mantine/core

Describe the bug

  1. use SegmentedControl like
<SegmentedControl data={['React', 'Angular', 'Vue']} />

every time I switch the SegmentedControl component, there will be an animation effect.

What version of @mantine/* packages do you have in package.json? (Note that all @mantine/* packages must have the same version in order to work correctly)

7.1.7

If possible, please include a link to a codesandbox with the reproduced problem

https://codesandbox.io/s/upbeat-cherry-npsgjz?file=/src/App.tsx

Do you know how to fix the issue

None

Are you willing to participate in fixing this issue and create a pull request with the fix

None

Possible fix

I hope there are no animation effects when initializing. like checkbox or radio other component

@rtivital rtivital added the TBD It is clear how to fix the issue and the fix will be provided soon label Nov 7, 2023
@jt561
Copy link

jt561 commented Nov 25, 2023

@rtivital Has the patch been worked on yet?
I think I know what the issue might be and I'm happy to continue investigating and raising a PR with the solution.

@rtivital
Copy link
Member

You are welcome to submit a PR with a fix

@rtivital rtivital added Fixed patch Completed issues that will be published with next patch (1.0.X) and removed TBD It is clear how to fix the issue and the fix will be provided soon labels Dec 4, 2023
@rtivital
Copy link
Member

rtivital commented Dec 7, 2023

Fixed in 7.3.1

@rtivital rtivital closed this as completed Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)
Projects
None yet
Development

No branches or pull requests

3 participants