Description
The Popups in some Dropdowns and DatePickers have the following issue Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: aria-controls="filter-listbox-id". This can be solved by not setting the aria-controls when the Popup is not rendered.
Plan
KendoReact
Actual Behavior
The aria-controls attribute is set when the Popup is not rendered, and it causes an error.
Expected Behavior
The aria-controls attribute should not be set if the popup is not rendered
Reported in TicketID: https://supportheroes.telerik.com/ticket/1710444