I have weird problem, where I am able to npm run webpack without any errors in my local machine but it suddenly stopped working on our build server with below error 'Breadcrumbs'
npm run webpack failing with Attempted import error: 'Breadcrumb' is not exported from '@progress/kendo-react-layout' (imported as 'Breadcrumb').
Appreciate any help to resolve this.
Greetings,
Is it possible to add an id property to each tab of the TabStrip for automation testing?
Thanks,
Jason Li
https://www.telerik.com/kendo-react-ui/components/treelist/filtering/#toc-custom-filter-cells
The dropdown menu for the filter does not change its text on selecting the option. How can I make it change. Please help.
For example on selecting CEO its text is still "select an option"
The Drawer component does not support keyboard selection. Pressing the Enter key after tab switching has no effect.
Regards,
Hi Team,
I would like to use a FAB as an alternative way to trigger the Scheduler Event Form open. However i cannot find a way to position it over the bottom right side of the scheduler.
I've been mucking around with this example (https://stackblitz.com/edit/react-nhzgh4?file=app%2Fmain.jsx) with no success, and ideas?
Thanks,
Grant
unstable selection of embedded tables. If I open row, it jumps to the table, but If I go back, I can't return to the table inside the cell.
demo: Vsj5kn (forked) - StackBlitz, You can open it in a new window and use the tab stop operation.
The order of my operations is: Tab, down arrow, down arrow, Enter, down arrow, down arrow, down arrow, Shift+Tab, Tab
or Tab, down arrow, down arrow, Enter, down arrow, down arrow, down arrow, Shift+Tab, up arrow, up arrow, down arrow, down arrow, Tab.
Only for the first time, can reach the position of the red circle through the tab stop, and go back, cannot enter it again.
Thanks a lot for an each help.
Regards,
Sunny Hu
when jumping in the title of the table, selection goes under fixed columns and becomes invisible, it scrolls the table to the right after few more jumps.
The demo below is to simulate our business scenario
3oqybd (forked) - StackBlitz (code)
react-t4bmp9.stackblitz.io (Open the page verification tab stops)
As you can see in the picture above, the first and last columns are locked, because the grid's scroll bar is for the entire table instead of the unlocked column.
So when using the tab key to select the fourth and fifth columns, since the width of the Grid has not yet been exceeded, the scroll bar does not scroll, resulting in the selection of the fourth and fifth steps being invisible under the locked column
The scroll bar only scrolls when the tab key reaches the sixth step.
How could I solve this problem? please let me know if you have any questions?
Regards,