Open dermotduffy opened 1 year ago
Example:
<gr-select label="Select zones" placeholder="Select zones..." multiple pill clearable> <gr-menu-item value="option-1">Person</gr-menu-item> <gr-menu-item value="option-2">Car</gr-menu-item> <gr-menu-item value="option-3">Boat</gr-menu-item> </gr-select>
What it looks like with 2 elements selected when the container is narrow:
What it should look like:
Suggested fix:
Before:
After:
Example:
What it looks like with 2 elements selected when the container is narrow:
What it should look like:
Suggested fix:
Before:
After: