telerik / kendo-themes

Monorepo for SASS-based Kendo UI themes
149 stars 71 forks source link

Rounded option is not working when fillMode is set to flat #3282

Open Raisolution opened 2 years ago

Raisolution commented 2 years ago

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.

To reproduce Steps to reproduce the behavior:

  1. Go to https://www.telerik.com/kendo-angular-ui/components/dropdowns/autocomplete/appearance/ or any other component options demo
  2. Set the fillMode to flat
  3. The value of the rounded property is ignored

Expected behavior The border radius should be updated by the rounded property, not the fillMode property.

Screenshots

Screenshot 2022-01-24 at 16 28 17

Affected package (please remove the unneeded items)

Affected suites (please remove the unneeded items)

joneff commented 2 years ago

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.