Activated Floating Label ellipsize on font change
When I change the FloatingLabelFont to bigger font size it ellipsize with three dots only support small fonts. Example:
this.Placeholder = "Email";
this.FloatingLabelFont = UIFont.SystemFontOfSize(16);
