Hello!
Is it possible to use a reference for KendoButton? I have a KendoPopup where I need to assign ref.current to the props anchor. But it doesn't work. .current is always undefined. It works with basic HTML components like div, span, button. I followed the DEMO: https://www.telerik.com/kendo-react-ui/components/popup/. But I need to use KendoButton. Is that possible? With functional components?
I know that I can use, for example, span, div as a child, or as an element near a KendoButton. However, I am interested in a cleaner way.
Well thank you.