Bold BI®Unlock stunning dashboards with Bold BI®: 35+ widgets, 150+ data sources, AI agent & more. Try it for free!
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.
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
Hi Yohapuja Selvakumaran
Thanks for your response.
Best regards
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
Hi Yohapuja Selvakumaran.
It works fine thank you very much.
Best regards.
Hi Mohamed,
You are welcome. Please get back to us for further assistance.