FloatingTextEntry
FloatingTextEntry copied to clipboard
FloatingTextEntry Forms Control for Android/iOS
Hi Alejandro! Thanks for your great solution. I have found a code for SetErrorColor method https://stackoverflow.com/questions/33709066/how-to-set-textinputlayout-error-message-colour. if (Element.ErrorColor != null) { AColor errorColor = Element.ErrorColor.ToAndroid(); var fErrorView = Control.Class.GetDeclaredField("mErrorView"); fErrorView.Accessible...
Dear Sir, I am getting the following errors while building this project against iOS. Kindly Help me to Use this Library. Thanks in Advance. **In EGFloatingTextEntryContainer**   **In FloatingTextEntryRenderer**...
Congratulations for this library. Do you have an example of how to use using xaml? Thanks. Homero