You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid ExpressionChangedAfterItHasBeenCheckedError or display problems while dynamically change popover properties such as position, I'd like to suggest a delay property for popovers.
The open property of ClrPopoverToggleService of such popovers should be updated after a given time of delay to allow the dynamic change of properties such as position etc.
Another solution could be a binding of the trigger property such as ClrTooltipTrigger and this.toggleService.open will only be set to true while the bound value of the trigger property is true.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
To avoid ExpressionChangedAfterItHasBeenCheckedError or display problems while dynamically change popover properties such as position, I'd like to suggest a delay property for popovers.
The open property of ClrPopoverToggleService of such popovers should be updated after a given time of delay to allow the dynamic change of properties such as position etc.
Another solution could be a binding of the trigger property such as ClrTooltipTrigger and
this.toggleService.open
will only be set to true while the bound value of the trigger property is true.Beta Was this translation helpful? Give feedback.
All reactions