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
The height of the LargeMultiSelect in the Bootstrap theme varies depending on whether it has a Chip.
The empty MultiSelect has a height of 42px, and the one with Chip has 44px.
This results in a 'size jump' when an item is selected from the dropdown. This behavior only happens in the Large MultiSelect.
Describe the bug
The height of the Large MultiSelect in the Bootstrap theme varies depending on whether it has a Chip.
The empty MultiSelect has a height of 42px, and the one with Chip has 44px.
This results in a 'size jump' when an item is selected from the dropdown. This behavior only happens in the Large MultiSelect.
To reproduce
Steps to reproduce the behavior:
Expected behavior
The height of the MultiSelect should not change upon adding a Chip.
Screenshots
If applicable, add screenshots to help explain your problem.
Affected package (please remove the unneeded items)
Affected suites (please remove the unneeded items)
Affected browsers (please remove the unneeded items)
Build system information (please remove the unneeded items)
Additional context
Add any other context about the bug.
Might relate to #4176, because complying with the twbs/bootstrap large sizes of the Button/Dropdown components resolves the problem.
The text was updated successfully, but these errors were encountered: