-
Notifications
You must be signed in to change notification settings - Fork 6.8k
md-option allow multiple lines #3883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
It might be the case, that the spec does not allow it, but then again, I don't think spec mentions anything about capping max width at 300px either. |
From the spec on simple menus (afaik there is no spec for select?):
So it appears that both truncating options and multi-line options are wrong? That said, it also appears that panel width shouldn't be capped around 300px |
Menu and selects are different thing altogether I think, so if it doesn't disallow multi-lines, I think it would really be worth exploring. |
I agree on not capping the width. Regarding the multi line text, we can refer to the native |
Yes, but honestly, I think that material should enhance the experience, not blindly follow design that hasn't changed in 15 years.. |
Based on the material design spec, we don't see multi-line options for |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
It would be nice if it was possible to add more lines to a select option, similar to what you can do in
md-list-item
withmd-line
, currently the height is fixed to 48px (which I guess is because of the positioning to the active option upon opening) and width is capped at about 300px, so it's hard to give the option some secondary context which helps identifying the correct option you want to selectalso
md-option-image
could be handycc @kara @crisbeto
The text was updated successfully, but these errors were encountered: