This is regarding to KendoReact Dropdowns
https://www.telerik.com/kendo-react-ui/components/dropdowns/
How to increase "k-item" width to match the content width and also, stop text wrapping when it's comes to long text content? Also how to keep "k-item" width as "drop-down list (k-list)" width when it's come to short text content at the same time?
I have two dropdowns with long list items and short list items, but What it looks like when it added to my project.
So I have added "width:auto" for the "k-list" popup setting and this was happend.
I need your help to make it looks like the above image.
There is a popupSettings property on the dropdowns. If you don't touch it, the items will match the width of the box. If you want the items to be longer or shorter than the box, you can set a width. Here's an example:
popupSettings={{ width: "250px" }}