AppearancePremium
The ComboBox provides a predefined set of appearance options.
Apart from the default vision of the ComboBox, these alternative styling options enable you to configure each individual aspect of the appearance of a ComboBox.
The following example demonstrates all the available appearance options of the ComboBox in a single, configurable demo.
Size
You can set the size of the ComboBox through the size property. The ComboBox component comes in three different sizes: small, medium (default), and large.
Fill Mode
You can set the fill mode of the ComboBox through the fillMode property. The ComboBox provides three different fill mode options: solid (default), outline, and flat.
Rounded
You can set the roundness of the ComboBox through the rounded property. The ComboBox component supports five different degrees of roundness: small, medium (default), large, full, and none.