You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a List that must be tightly packed. When I apply dense to it, it works great and displays just as I want. However, when I add it seems to ignore the dense setting.
I have searched the issues of this repository and believe that this is not a duplicate.
I found this: #6098 but its a general observation and I am its not clear if this is a bug that will get fixed, or this is just how things work.
If its a bug, great, I'll wait for a fix. If it's not a bug, I would love a recommendation on how I can force the list to work as I was hoping.
Expected Behavior
That the row height would stay consistence no matter the controls used inside
@zdrummond I would say this is a specific instance of #6098. It will only get fixed if someone steps in to fix it, so feel free to take it on. Ask on the other issue of you need help. I'll close this one as it's cross-referenced there.
I have a List that must be tightly packed. When I apply
dense
to it, it works great and displays just as I want. However, when I add it seems to ignore thedense
setting.I found this: #6098 but its a general observation and I am its not clear if this is a bug that will get fixed, or this is just how things work.
If its a bug, great, I'll wait for a fix. If it's not a bug, I would love a recommendation on how I can force the list to work as I was hoping.
Expected Behavior
That the row height would stay consistence no matter the controls used inside
Steps to Reproduce (for bugs)
Here is a code sandbox that demos it;
https://codesandbox.io/s/5kvvz6qw64
Context
I have a list I need to be make selections in, but needs to take up much less room.
Your Environment
The text was updated successfully, but these errors were encountered: