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 DropdownField increases in height from 54px to 56px once a value is set. This causes inconsistency if you for example position it next to a SearchField.
Steps to Reproduce
Paste the code below in the PreciseUI playground, and then select an item from the dropdown list (it will increase in height):
Bug Report
Prerequisites
Versions
0.8.3
Description
The
DropdownField
increases in height from54px
to56px
once a value is set. This causes inconsistency if you for example position it next to aSearchField
.Steps to Reproduce
Paste the code below in the PreciseUI playground, and then select an item from the dropdown list (it will increase in height):
Expected behavior: No changing height.
Actual behavior: Height increases once a value is set.
Environment details: macOS, Chrome
The text was updated successfully, but these errors were encountered: