Blazored / Toast

A JavaScript free toast library for Blazor and Razor Component applications
https://blazored.github.io/Toast/
MIT License
654 stars 90 forks source link

[Feature Request] Stop timeout on mouse hover #233

Closed luis-fss closed 10 months ago

luis-fss commented 10 months ago

Stop the timeout when the mouse is over the toast, so the user would have all the time they want to read the content and wouldn't be frustrated by missing an important message.

chrissainty commented 10 months ago

@luis-fss This feature already exists. There is a setting 'PauseProgressOnHover' which should do what you describe.

luis-fss commented 10 months ago

Thanks @chrissainty, I didn't find this on ReadMe page.

chrissainty commented 10 months ago

That's a good point @luis-fss, it should be in the readme. I'll open an issue for that.