BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
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); } |