Vitaly Rtishchev

Results 366 comments of Vitaly Rtishchev

Cannot reproduce in Safari with normalize css, looks the same as in desktop chrome https://codesandbox.io/s/boring-violet-eguitq?file=/src/App.tsx ![IMAGE 2022-08-11 19:17:26](https://user-images.githubusercontent.com/10353856/184181076-23d5b27d-c9b8-4682-8164-685307983bbe.jpg)

Hi @gigobyte, Modal animation causes this issue. When modal is opened, embla carousel is init before the animation ends which, I suppose, causes embla to calculate slides offset incorrectly. It...

Fixed in 5.1.5, will require usage of `useAnimationOffsetEffect` hook – https://mantine.dev/others/carousel/#carousel-container-animation-offset

You can add className to label with ``

Fixed in 5.1.4, for this and other similar hooks – initial value is not set in useEffect

Most likely this feature will never be added because select can be searchable. If you need this feature, you should use NativeSelect component.

Thanks for reporting, you can submit a PR with a fix

I had to roll back because Image stopped working with dynamic values and after hydration in Next.js, rolling back fixed the issue