I have a data form with several fields, when I submit it I leave all fields untouched but the last, which I clear.
I didn't find a way to, after submit and clear of the last field, to set the focus on the last field programatically.
Te
Focus() method on the dataForm seems to set the focus in the first
empty field it finds, which in my case isn't always the desired one.
I
also tryied to modify your suggestion for an initial focus in article
below, trying to expose the proper entry to the dataForm in order to set
the focus when I need to, but it doesn't work because apparently
"DataFormTextEditor" isn't a public class so it can't be extended
https://support.syncfusion.com/kb/article/9798/how-to-programmatically-set-focus-to-editor-in-xamarin-forms-dataform-sfdataform
In
general, the data form is great, but it would be useful to have more
control over the proper entries/pickers and their events, because every
behaviour I want to apply to the form, not being only filling fields, is
hard to achieve, even the pretty common ones like dependant pickers