Xfx.Controls
Xfx.Controls copied to clipboard
SetErrorDisplay on focus or unfocus
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?