Option to display max value without having to create customize MultiSelect component #5875
trananhvan1102vn
started this conversation in
Feature requests
Replies: 2 comments 2 replies
-
|
It is not planned to add this feature to MultiSelect component. If you need it build a custom component with Combobox |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Giving a +1 for this request. I find myself almost always wishing the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I had trouble with the MultiSelect. It does not have the option to limit the number of values that can be displayed since it would break the layout if there are too many values or the label is too long.
https://d13dpwul2c36wz.cloudfront.net/image_1709715143207.png
I can find that you guys already had the solution for this
https://mantine.dev/combobox/?e=MaxDisplayedItems
But following this solution will cost to create a customized MultiSelect component and have to implement all handles of it which will make the component can not be updated when changing version.
I have used the solution above to implement into MultiSelect component. I can create a pull request if needed. But still hope you guys can add this feature to avoid risks above
Beta Was this translation helpful? Give feedback.
All reactions