I'm using this multi-select, and I find that it does not respect the container width and will overflow beyond it.
Upon inspection, I found that the control has minW: 72. Is there any reason for this number?
I can override the theme to use minW: 0 to fix the issue. I want to make a PR but I'm also not sure if there's a reason for the original constraint.