Tab skips over next component

Hello,

Until recently, in add/edit forms with dropdown datagrids, it used to be that I could tab to a dropdown datagrid, press enter, use the arrow keys to navigate to a value, press enter again to select it and close the dropdown, then tab to the next dropdown.

Now, after pressing enter to select a value, pressing tab skips over the next dropdown datagrid component and focuses on the one after that.

The behavior changed sometime in the last month or so and I have been updating RBS regularly. I just generated a new add/edit crud form with FK values to make sure it didn’t have anything to do with how I edited my forms, but this is the default behavior.

Please let me know if you need any more information. Thanks!

I’ve tried to replicate such behaviour however DropDownDataGrid worked normally in my end:

Can you prepare small example demonstrating the problem using our playground?

Ok sorry for the late response but I did some more troubleshooting and found the issue occurs when I am using the outlined form field variant, but when it is set to none, everything works as expected. Previously, the outlined form field variant worked just fine.

We believe that this is fixed in the latest versions.

The behavior I just described, including working on default variant and not outlined form field variant, was on the latest version (v1.70.0). This is when I generate a new crud page, not on a form I modified.

Check if you are using latest version of Radzen.Blazor - 11.1.5.

Ok I have updated to latest version of Radzen Blazor but this was still an issue so I did some more testing. It seems to be entirely driven by enabling ‘Paging, sorting, and filter of lookup data’ on the dropdown datagrids. CRUD pages work fine if this is disabled, but tab will often skip a component if it is enabled.

This is what I have and it works:

Tab Skip

This is a newly generated CRUD page and it skips department and the inactive checkbox for me

Try just published 11.1.6 version and let me know how it goes.

This did not fix the problem for me

Unfortunately I don’t have any more ideas or fixes. Which version worked for you before this problem?