Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toast timeOut not working for latest version #1013

Open
amitkrishna opened this issue Jan 29, 2024 · 2 comments
Open

toast timeOut not working for latest version #1013

amitkrishna opened this issue Jan 29, 2024 · 2 comments

Comments

@amitkrishna
Copy link

{
timeOut: 10000
}

Had added this code to UI toash message as option but its not reflecting its taking 30 sec

@ExeAy
Copy link

ExeAy commented May 20, 2024

As a workaround you can set disableTimeout: false. Worked for me anyway.

@GulabSinghSikarwar
Copy link

i am simply showing toast on angular in standalone , method :
providers: [provideAnimations(), // required animations providers
provideToastr({
// Duration for the toast message to be displayed
positionClass: 'toast-bottom-right', // Position of the toast
countDuplicates: true,
preventDuplicates: true,
closeButton: true,

}),

and Using in the another component , then showing two (duplicate) toast , first one get auto removed but second stays there only and does not closes even after clicking on close button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants