Disable Enter function on a TextInput

When I have a ScrollViewer and more than one TextInput in the ScrollViewer like this:

<ScrollViewer>
    <TextInput />
    <TextInput />
    <TextInput />
</ScrollViewer>

When I press Enter in the first TextInput the ScrollViewer Focus on the Next TextInput. It is posible to when I press Enter (In a phone) trigger a Method in UNO and dont focus in the next TextInput?

Thanks!

Hi!

I don’t know of a way to do this consistenly in the current version (0.5).

Text input in general is being overhauled completely in an upcoming version (so are all native controls). This includes allowing you to do custom tweaks with native APIs if neccessary, so stay tuned.

Thanks!