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

MultiSelect: incorrect space distribution #4954

Closed
AryamnovEugeniy opened this issue Oct 3, 2023 · 1 comment
Closed

MultiSelect: incorrect space distribution #4954

AryamnovEugeniy opened this issue Oct 3, 2023 · 1 comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)

Comments

@AryamnovEugeniy
Copy link

What package has an issue

@mantine/core

Describe the bug

Hello!

There is an issue with MultiSelect in Mantine v7. There is a big empty space after selected values (possibly, place where placeholder is rendered, but I do not specify a placeholder, so it should not take any space at all):

image image

Even if I specify a placeholder, I think it should disappear when I select at least one value, but it does not:

image

Both of these issues are present in this demo: https://codesandbox.io/s/mantine-forked-klsvqh?file=/src/App.tsx

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.1

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

https://codesandbox.io/s/mantine-forked-klsvqh?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

No response

@rtivital rtivital added the Fixed patch Completed issues that will be published with next patch (1.0.X) label Oct 12, 2023
@rtivital
Copy link
Member

The issue has been resolved in 7.1.3

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

2 participants