XamFormsExtended / Xfx.Controls

Xamarin Forms Extended Controls
MIT License
193 stars 79 forks source link

Option to change the ErrorText color from the de #80

Open marcus905 opened 5 years ago

marcus905 commented 5 years ago

Feature Request:

Add the option of changing the ErrorText color. Adding another BindableProperty, in iOS it should then be trivial, in Android it's a matter of resolving the reflection needed to set as it's a public field that's not included in the standard SDK, but there are people that accessed it like here in StackOverflow (https://stackoverflow.com/a/34752605 https://stackoverflow.com/a/35015792).

It's not included in bug #6 so I thought it was appropriate to open another one.