Al Dyachkov
Al Dyachkov
Same card with validation errors and with no validation errors.  Can be worked around with setting single space as hint when it's not required, but I'd rather had that...
It would be handy to provide user feedback when combo box value is required, with the appearance similar to TextBox one 
Steps to reproduce : Add color changes to Material.Demo following way ```C# public static void UseMaterialUIDarkTheme() { MaterialThemeStyles.BaseTheme = BaseThemeMode.Dark; MaterialThemeStyles.PrimaryColor = PrimaryColor.Green; MaterialThemeStyles.SecondaryColor = SecondaryColor.Green; } public static void...