Nikolay Stoychev

Results 43 comments of Nikolay Stoychev

`ariaLabel` prop has been added - https://www.telerik.com/kendo-react-ui/components/buttons/api/DropDownButtonProps/#toc-arialabel.

@marcinkowal2015 - I am not sure at the moment what we can adjust. Thank you for sharing this solution.

Could be resolved using the following CSS: ```css .k-height-container { position: absolute; } ```

@Sivem4 - Here is another solution, which works this time: https://stackblitz.com/edit/react-jq6vox?file=index.html,app%2Fmain.jsx ```css .k-virtual-content .k-list-ul { float: left; width: 100%; } ```

See the following example: https://stackblitz.com/edit/react-gx5elf?file=app%2Fmain.tsx. It is probably not the same as the example you are looking for but it has similar checkboxes, implementation of a custom selection cell and...

The markdown task has been postponed for R2 2022 - https://progresssoftware.aha.io/features/KUIR-279.

Just a hint to give you here which could help. You can use Popup's `contentKey` prop. Setting its value and then changing it will reposition the popup - https://codesandbox.io/s/agitated-tdd-sw1bt4?file=/app/main.tsx Currently...

Fixed in our dev channel version 5.8.0-dev.202210061034. Example: https://stackblitz.com/edit/react-y87uu6-tp4dqz?file=app%2Fmain.tsx

We have published [5.8.0](https://www.telerik.com/kendo-react-ui-develop/components/changelogs/ui-for-react/#65cb6966-3323-57e6-84e9-4c8e9dc2761b).

From my test, it will work if you remove the strict mode. I'll check this later.