Describe the bug
The bug is related to all Inputs, DropDowns, DateInputs. When the fillMode option is set to flat, the border radius is set to 0, thus the value of the rounded option is ignored. The problem is mostly visible when the corresponding component is focused.
We'll have to wait for the designers, but thus far it seems like a logical thing -- the border radius should not and must not apply if an input is with fill mode flat.
Describe the bug The bug is related to all Inputs, DropDowns, DateInputs. When the
fillMode
option is set toflat
, the border radius is set to 0, thus the value of the rounded option is ignored. The problem is mostly visible when the corresponding component is focused.To reproduce Steps to reproduce the behavior:
fillMode
toflat
rounded
property is ignoredExpected behavior The border radius should be updated by the rounded property, not the fillMode property.
Screenshots
Affected package (please remove the unneeded items)
Affected suites (please remove the unneeded items)