Button inside trailing view overlapping on the input view of the SfTextInputLayout

I updated to Syncfusion v31.1.20.

I have a SfTextInputLayout with a SfSignaturePad inside. In the trailing view, I added a clear button to reset the signature, but it gets overlapped by the signature pad and its click event doesn’t fire.

When I place the button in the leading view, it works fine.
Screenshots show the issue (with the signature pad background set to gray for clarity).     

This was working fine when I was using Syncfusion version v27.1.57     

Screenshot 2025-09-23 145346.pngScreenshot 2025-09-23 145424.png



7 Replies

VM Vidyalakshmi Mani Syncfusion Team September 24, 2025 01:03 PM UTC

Hi Simon,


Thank you for contacting us. We have tested the .NET MAUI SfTextInputLayout on our side, and it is working as expected. The clear button does not get overlapped by the SignaturePad.


For your convenience, we’ve attached the tested sample. Could you try running our sample on your side and see if the issue appears there?


If it works fine on your end, please either:


* Modify our sample so the problem can be reproduced and send it back to us, or


* Share your own sample project where the issue occurs.


This will help us analyze the scenario more accurately and provide you with a suitable solution.


Regards,

Vidyalakshmi M.



Attachment: OverlappingIssueSampleCore_1_3e70e49f.zip


SM Simon Maystre September 24, 2025 02:01 PM UTC

The issue is there in the sample project you provided. If you try to draw the signature outside the box , it lets you draw the signature on the clear button as well.

I have modified the sample and added a click event handler on the clear button.
Since it is getting overlapped by the signature box, the click event is not firing.

I tried to attach the sample but the file size is getting too large. So couldn't attach. 

I have attached a screenshot from the device showing the issue.




VM Vidyalakshmi Mani Syncfusion Team September 26, 2025 03:07 PM UTC

Hi Simon,


We have reviewed and successfully reproduced the reported issue on our side. Our team is currently investigating sample-level approaches to resolve it. We will share further updates with you on or before October 1, 2025. We appreciate your patience in the meantime.


Regards,

Vidyalakshmi M.



SM Simon Maystre replied to Vidyalakshmi Mani October 3, 2025 12:30 PM UTC

When can I expect the resolution to this issue?



VM Vidyalakshmi Mani Syncfusion Team October 6, 2025 03:30 PM UTC

Hi Simon,


The issue has been resolved, and the fix will be included in the weekly NuGet release scheduled for October 14, 2025. We will inform you once it is available. We appreciate your patience in the meantime.


Regards,

Vidyalakshmi M.



VM Vidyalakshmi Mani Syncfusion Team October 6, 2025 03:30 PM UTC

Hi Simon,


The issue has been resolved, and the fix will be included in the weekly NuGet release scheduled for October 14, 2025. We will inform you once it is available. We appreciate your patience in the meantime.


Regards,

Vidyalakshmi M.



VM Vidyalakshmi Mani Syncfusion Team October 14, 2025 02:49 PM UTC

Hi Simon,


We have thoroughly investigated the issue you reported. The problem occurred because the signature pad was overlapping with the trailing view (such as the "Clear" button). This happens because SfTextInputLayout supports only specific input views like Entry, Editor, SfTextBox, and SfMaskedEdit, as noted in the Syncfusion User Guide.


When using other views like SfSignaturePad, the layout needs to be adjusted manually. To resolve the issue, we recommend using the InputViewPadding property and setting the right padding according to the trailing view’s width to prevent any overlap.


For your convenience, we’ve prepared a simple sample demonstrating this approach, which is attached. Please review it and let us know if you need any further assistance.


Regards,

Vidyalakshmi M.



Attachment: OverlappingIssueSampleCore_2_6f250508.zip

Loader.
Up arrow icon