SfTextBox is locked when I open and close the SfDropDownList popup more than twice

Hi

I noticed this issue in version 28.

When I open and close the SfDropDownList popup more than twice, SfTextBox in other view is locked.

Attached is an example.

Please open and close the SfDropDownList popup more than twice then navigate to Counter view,  you can see that the textbox cannot be focused with the mouse click but it can be done using the Tab key on the keyboard.

Best regards.   



Attachment: BlazorApp28_d34be25b.zip

5 Replies 1 reply marked as answer

YS Yohapuja Selvakumaran Syncfusion Team January 7, 2025 10:47 AM UTC

Hi Mohamed Kchok,

We have considered this issue "TextBox is not working properly" as a bug from our end, and the fix for the issue will be included in our upcoming weekly release which is expected to be scheduled for the end of January 2025.


You can now track the status of the feedback through the below link,


Feedback link: https://www.syncfusion.com/feedback/64475/textbox-is-not-working-properly


Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”




Regards,

Yohapuja S



MK mohamed kchok January 12, 2025 08:34 AM UTC

Hi Yohapuja Selvakumaran

Thanks for your response.

Best regards  



YS Yohapuja Selvakumaran Syncfusion Team January 31, 2025 06:38 AM UTC

Hi Mohamed,

We have included the fix for the issue “TextBox is not working properly " with our package version “28.1.41”. Therefore, we recommend upgrading our latest version to resolve the current issue. Please find the updated sample below.


Rootcause:


The mousedown event is bound to the document each time the popup opens but is only removed when the component is destroyed. This leads to multiple event bindings persisting across navigations. If a user navigates to another page and clicks an input element, the event condition may still be met, incorrectly treating the input as part of the dropdown and preventing the expected action.


Release notes:  https://blazor.syncfusion.com/documentation/release-notes/28.1.41?type=all#textbox


Regards,

Yohapuja S


Marked as answer

MK mohamed kchok February 2, 2025 05:38 PM UTC

Hi  Yohapuja Selvakumaran.

It works fine thank you very much.

Best regards.  



KG Kalpana Ganesan Syncfusion Team February 3, 2025 05:25 AM UTC

Hi Mohamed,


You are welcome. Please get back to us for further assistance.


Loader.
Up arrow icon