Material-ui: Bad ui for select with chip

Created on 11 Mar 2018  路  2Comments  路  Source: mui-org/material-ui


Select with custom render e.g. chip looks ugly.
screen shot 2018-03-11 at 11 56 48
from example: https://material-ui-next.com/demos/selects/#selects

  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

Expected Behavior

screen shot 2018-03-11 at 11 57 38

Current Behavior

Right now it looks ugly, it's just a styling issue.

Steps to Reproduce (for bugs)

Steps to reproduce:
https://material-ui-next.com/demos/selects/#selects
Just use multiple select with Chip here 鈽濓笍

Context

It just looks bad

Your Environment

It works wrong in examples.

bug 馃悰 Select good first issue

Most helpful comment

@oliviertassinari can i do this??

All 2 comments

@adamszeptycki It's a good catch. Thanks for raising the issue.
We miss a display: flex property in this style sheet rule:
https://github.com/mui-org/material-ui/blob/6ef9ed8a5fd31725f9b143fa1b9d562049e97a18/src/Select/Select.js#L40-L46
Do you want to give it a shot?

@oliviertassinari can i do this??

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mb-copart picture mb-copart  路  3Comments

chris-hinds picture chris-hinds  路  3Comments

anthony-dandrea picture anthony-dandrea  路  3Comments

zabojad picture zabojad  路  3Comments

rbozan picture rbozan  路  3Comments