TextInput doesn't wrap on iOS Preview

Using this simple snipet, the TextInput wrap on Fuse simulator, but not on the iOS preview app.

<App ux:Name="parentEditPage">
<TextInput Width="200" Height="200" TextWrapping="Wrap" Background="#A1A1A1"/>
</App>

I have logged an issue ticket.