TextInput IsReadOnly not working and other issues

Hello,

I’m building a formular and I encountered this issue, the ReadOnly does not work.(On Android, Theme = Basic )

My code is

<TextInput Value="{pValue}" PlaceholderText="500" IsReadOnly="true" />

And I can still edit the Input

Another problem is that on Android (did not tested on ios yet) when you have multiple inputs you can switch to the next by pressing enter on the virutal keyboard. The problem is that when it’s done with the inputs on the Page, it contiues on inputs that are not visible (you can see the text hovering over the content)

Hope that you can resolve this soon :slight_smile: