Hi,
- Never mind if I change TWebToast.AutoHideDelay to something different always is 5 sec.
- Never mind if I set TToastItem.AutoHide to false always hide.
Hi,
We investigated and this is due to breaking changes between Bootstrap 4 and Bootstrap 5. We fixed this now.
Another problem with firing the onhide event
when I close the toast with a cross the event is fired
if the toast is closed with autohide the event is not fired
for me should be fired in both situations.
The auto hide behavior is done by Bootstrap lib. We will investigate what we can do about this.
We could hook into the Bootstrap auto hide and exposed this via the OnHide() event.