adospace/reactorui-maui

How to focus Entry control?

cris-m opened this issue · 1 comments

I have see the only way to focus Entry control in dotnet maui is to use SetFocusOnEntryCompletedBehavior. But SetFocusOnEntryCompletedBehavior just enable the developer to focus the next element. I would like to know if there is a way to focus an entry when render message execute. Scenario like when open the OTP page of an app, the first entry is focus in order for the numeric keyboard to be visible.