edongashi / WpfMaterialForms

Dynamically generated forms and dialogs in WPF
MIT License
51 stars 14 forks source link

Icon reverts to original colour when refocused while validation has not passed #4

Closed rc201612 closed 5 years ago

rc201612 commented 7 years ago

Noticed the below on the Log In example.

Click "Log In" without populating any of the fields and observe the validation error.

2016-12-25_19-20-11

Click back into the Username field and observe that the icon reverts to blue.

2016-12-25_19-20-22

Thanks,

edongashi commented 7 years ago

Thank you! Added 52e05d5 only for textboxes for now. I will update other controls when I have some free time. Also notice the validation template has a different background color which is annoying. If it's not updated from the toolkit we have to hack it manually.

rc201612 commented 7 years ago

Great! Thanks!

I really need to become more familiar with the toolkit.