XamFormsExtended / Xfx.Controls

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

SetErrorDisplay on focus or unfocus #70

Open n1t1sh1 opened 5 years ago

n1t1sh1 commented 5 years ago

Feature Request:

In android 7.1 XfxEntry taking more space downside because of Control.ErrorEnabled is true, For this reason space are coming between XfxEntry and Button, so its looking odd.

I want to set Control.ErrorEnabled to true only when Focus and Unfocused occurred? i tried to set condition in OnElementPropertyChanged method, here i set Control.ErrorEnabled=true when error text occured but in XfxEntry error is not showing . Plese help in this?