TextInput Multiline Error

Hi, I have a TextInput like this:

<TextInput TextWrapping="Wrap" ux:Name="ComentarioPelicula" Font="LatoRegular" FontSize="16" TextColor="#fff" WidthUnit="Percent" Width="88" HeightUnit="Points" MinHeight="80" CaretColor="#fff" SelectionColor="#B2A20F" >

But when I write a long text this happen:

https://fuseweb.azureedge.net/forum-user-uploads/2016/08/22/eSCXIwfLv5Gb-legacy-files-NRiDwkAv2GEybGJL-WF5A783hOLN91BKL1lWHCF1e.mp4

The text dont respect the height of the TextInput when the keyboard is visible (like in the video)

Any idea how to fix this?

Thanks

Hi,

This could be a bug. I have raised a ticket to have it researched.

This in the last release is solved :slight_smile:

But happen other thing! When I have a Multiline TextInput the text exceed the area of the Container if I write a a lot of text.

I try:

<TextInput ClipToBounds="true" />

or

<Panel ClipToBounds="true">
   <TextInput />
</Panel>

But happen the same!

Hi!

Good that the first issue is now resolved.

The second issue will be fixed in an upcoming version (the entire implementation of TextInput is being replaced). Let us know if the problem persists after version 0.6.

In the version 0.6 the first issue come back! I have the same error. The text dont respect the height of the TextInput when the keyboard is visible.

The second issue I can’t test because this bug…

Thanks!

The 0.6 release is being nuked. We’ll look into it. Thanks !

The download links at https://www.fusetools.com/developers have been updated to point to the previous release now. If you’re on Windows, you will have to manually uninstall the 0.6.0 version from “Add or Remove programs” before you install.