BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi Benjamin,Greetings from Syncfusion.We would like to let you know that we have achieved this requirement by opening the picker to the Entry’s focus and that the selected value of the picker is also set to the Entry’s text value. We have made a simple sample to understand that better. Please download the same in the link belowSample link:Please let us know if you have any other queries.Regards,Hemalatha M.
public override bool FinishedLaunching(UIApplication app, NSDictionary options) { global::Xamarin.Forms.Forms.Init(); Syncfusion.SfPicker.XForms.iOS.SfPickerRenderer.Init(); LoadApplication(new App()); return base.FinishedLaunching(app, options); } |