leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
437 stars 132 forks source link

Fixed MaterialComboBox SelectedIndexChanged not refreshing and improvement. #342

Closed valimaties closed 2 years ago

valimaties commented 2 years ago

Fixed MaterialComboBox SelectedIndexChanged not refreshing and a little improvement for an enabled DropDownList ComboBox, when hit Delete key or Backspace key the selected index will become -1.

This PR will fix #341 .