osstotalsoft / rocket-ui-ts

A collection of reusable and composable React components written in TypeScript built on top of Material UI Core V5
MIT License
19 stars 4 forks source link

Autocomplete multiselect overflows with many selected options #98

Closed Boerescu-Razvan closed 11 months ago

Boerescu-Razvan commented 11 months ago

Latest version

Current behavior

When selecting a large number of options on a multiselect autocomplete the labels are all displayed on a single row and overflow outside the bounds of the component, overlapping other content Screenshot 2023-12-05 105431

Expected behavior

The labels should flow into a new line when there are too many to fit

Steps to reproduce

Configure a multiselect autocomplete component to have a large number of options, then select many of them

Software Version

Rocket-UI: 0.1.45 NPM/YARN: 9.6.7/3.5.0

What browsers are you seeing the problem on?

No response