Currently the Popup "direction" property contains information about the flip direction of the Popup only when animations are active (animate = true). However when animate is "false", the direction is "none". Please provide a way for the developer to check the flip direction regardless of whether animations are active.
Hi guys, When can we expect RTL support for popup the component? The popups are used in various places on the platform (such as grid filter operators) and RTL isn't really supported until the popup supports it itself.
Hi,
It will be a good addition to the component if the developers have easy access to delay when closing the popup component (like the duration property available when opening)
Thank you for your consideration.
The AdaptiveMode for components like DatePicker and DropdownList is a nice new feature.
Would be nice to have such an AdaptiveMode on the popup component and popupservice.
When using PopupService with a component as content it is not possible to inject the PopupRef into the component's constructor.
Allow injecting PopupRef into the component's constructor like it is possible with DialogService and DialogRef.
https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service/#toc-content-component
This will allow to call close on the PopupRef from within the component.