TextInput Error!

Hi, I have a problem with TextInput in my Galaxy S6. I reproduce the error with this code:

<App Theme="Basic" ux:Class="MyApp" ClearColor="0,0,0,1">
    <StackPanel Orientation="Vertical">
        <TextInput TextColor="#fff" />
        <TextInput TextColor="#fff" />
        <TextInput TextColor="#fff" />
        <TextInput TextColor="#fff" />
        <TextInput TextColor="#fff" />
        <TextInput TextColor="#fff" />
    </StackPanel>
</App>

I have many TextInputs like this:

I fill the text of someones like this:

But when I try to edit one of them the text dissapear. Then I click outside and the text appear again.

Sometimes the text dissapear before I start writing…

Any news about this?

Thanks!