react-selectize
react-selectize copied to clipboard
Don't found option to render values in one row(for big lists, with ellipsis at the end)
Hi! I have a big list, something about 50+ items, and by default all are selected. And, of course, i don't want to show them all in select. I want to get something in values like [item1, item2, item3,...] - i do not want to move other items, that cannot be rendered within the current width of select to new row, i want to keep it in one row. Is there any way to do it(I didn't found way in oprions)?
I need also same or similar functionality