I updated to latest ci build (4.0.0-ci2273) and noticed that you can no longer click on the clear button of comboboxes, if you click it, it opens the combobox popup as if the click is passing thru it. The clear button also has some z-index issues as it appears always on top.
Im assuming this bug was introduced in #2072, and is easily reproducible in the "FieldsLineUp" page in the demo project.

Just to update, the main issue seems to be Panel.ZIndex="1" on the MaterialDesignFloatingHintComboBoxTemplate.Grid.ToggleButton. Removing the ZIndex makes the ClearButton clickable but the ComboBox popup does not work.
While I tried to look for a fix but I also found a few more issues with that PR. I assume that the reason for #2072 was to keep the look of those controls consistent, but they are only kinda consistent for FontSize of 13 and up.
Issues that happen for FontSize 12 and below:
Other small inconsistency issues:

This is really great information! Thank you for digging into it.
I am working on this.
Fixed with #2193:
About other issues:
The height of the ComboBox arrow icon is different on each type (filled/floating/default)
I think this is due to the different layouts.
TimePicker clock icon has only 1px padding on the right, everything else has 2px
Looks like this comes from the icon itself. I would not fix this via layout arrangements.
ComboBox arrow icon has no padding on the right
The Padding can be easily set. If the default layout should have padding than this is a design decision, no bug.
Most helpful comment
Fixed with #2193:
About other issues:
I think this is due to the different layouts.
Looks like this comes from the icon itself. I would not fix this via layout arrangements.
The Padding can be easily set. If the default layout should have padding than this is a design decision, no bug.