I am trying to use Maui Combo box control one my screen but faced some strange issue.
After some interactions either by clicking the combo or by typing keyword the cursor started blinking so fast and due to this whole screen got stuck. I had to restart the application.
Please see the attached video for your reference.
Any help would be appreciated.
Hello Bikash,
Thank you for the provided video.
As I do not have the source code to analyze the issue further, I can only speculate that the behavior of the combobox comes from a hard coded width and height request. Not having enough space for the text to be visualized might cause the clear button and the selection in the box to glitch. If you could take the time to create a sample app where the issue is reproduced I might investigate the matter further and offer an optimal solution.
I look forward to you reply.
Regards,
Antoan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hi Antoan,
Please find the attached sample codebase for the combo box. Waiting for your response,
Thanks,