When an entry is enclosed by a SfTextInputLayout, the ClearButtonVisibility option does not work

Hi,

I'm having an issue with an UWP application if an entry is added to a sfTextInputLayout control: if the ClearButtonVisibility property of the entry is set to a value, the clear button does not show. This behaviour can be reproduced by using the following code:

 <StackLayout>

        <!--  Entry not showing the clear button -->
        <textInputLayout:SfTextInputLayout>
            <Entry ClearButtonVisibility="WhileEditing" />
        </textInputLayout:SfTextInputLayout>

        <!--  Entry working correctly -->
        <Entry ClearButtonVisibility="WhileEditing" />

</StackLayout>

Is it an issue of the sfTextInputLayout control or am I using it incorrectly?

Thanks in advance,

Kind regards,
Jorge

4 Replies 1 reply marked as answer

SS Sridevi Sivakumar Syncfusion Team May 17, 2021 10:34 AM UTC

Hi Jorge Andrés,

Greetings from Syncfusion.

We would like to inform you that in Xamarin.Forms older version, Entry ClearButtonVisibility support not available for UWP. So we have handled UWP native TextBox clear view in our source.

Xamarin.Forms now provided the clear view support for Entry in UWP. So, we will remove our source level handle for Entry clear view and include the fix in our upcoming weekly nuget (May 25th 2021).

We appreciate your patience until then.

Regards,
Sridevi S. 



JA Jorge Andrés May 18, 2021 04:07 PM UTC

Hi Sridevi,

Thanks for the quick response. Looking forward to trying the new version when it's released.

Kind regards,
Jorge


SS Sridevi Sivakumar Syncfusion Team May 19, 2021 10:24 AM UTC

Hi Jorge Andrés,

Most welcome. We will let you know, once the weekly NuGet is rolled out, we appreciate your patience until then.

Regards,
Sridevi S.
 



SS Sridevi Sivakumar Syncfusion Team May 25, 2021 01:21 PM UTC

Hi Jorge Andrés,

We have fixed the reported issue and the fix is included in our weekly NuGet of May 25, 2021.

NuGet Version: 19.1.0.65

We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.

Regards,
Sridevi S.
 


Marked as answer
Loader.
Up arrow icon