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