.Net Maui Combo Box UI Control issue

1 Answer 284 Views
ComboBox
Bikash
Top achievements
Rank 1
Bikash asked on 21 Jun 2022, 07:15 AM | edited on 21 Jun 2022, 03:36 PM

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.

Antoan
Telerik team
commented on 22 Jun 2022, 11:42 AM

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/.

Bikash
Top achievements
Rank 1
commented on 22 Jun 2022, 01:49 PM | edited

Hi Antoan,

Please find the attached sample codebase for the combo box. Waiting for your response,

Thanks,

 

1 Answer, 1 is accepted

Sort by
0
Antoan
Telerik team
answered on 23 Jun 2022, 02:44 PM

Hello Bikash,

Thank you for the provided sample project.

I took a look into the sample and after careful testing I noticed that the issue comes from the IsEditable property. This occurs because the entry of the ComboBox steals the focus. That said, I have logged a bug on your behalf and updated your points for finding it. You can follow the item on our public feedback portal to be notified of its status: 

https://feedback.telerik.com/maui/1570173-combobox-winui-entry-steals-focus-and-cannot-close-the-dropdown-in-edit-mode 

In regards to a workaround, I am afraid I cannot offer such. The issue can only be seen when the ComboBox is in Editable mode. The only way to go around that is if you set IsEditable to "false".

Let me know if you have any additional questions.

Regards,
Antoan
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
ComboBox
Asked by
Bikash
Top achievements
Rank 1
Answers by
Antoan
Telerik team
Share this question
or