FloatingTextEntry icon indicating copy to clipboard operation
FloatingTextEntry copied to clipboard

FloatingTextEntry Forms Control for Android/iOS

Results 4 FloatingTextEntry issues
Sort by recently updated
recently updated
newest added

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** ![image](https://user-images.githubusercontent.com/22950250/28858167-51a223a8-776c-11e7-9c0a-0b7544922d61.png) ![image](https://user-images.githubusercontent.com/22950250/28858180-6879a326-776c-11e7-9e09-8c0e9e09c5aa.png) **In FloatingTextEntryRenderer**...

Congratulations for this library. Do you have an example of how to use using xaml? Thanks. Homero