Request for enhancement to allow a way to override the autoClose so it doesn't close automatically. Property proposal described below. Summary would be to allow a negative value to ignore the autoClose. In conjunction with the previous proposal for closeOnTouch #8 , this becomes a plausibly useful feature:
| Prop |
Type |
Default |
Description |
| closeOnTouch |
boolean |
true |
Closes when touched |
| autoClose |
number |
3000 |
Default close time in milliseconds for all toasts, a negative value will not timeout |
| position |
string |
'top-right' |
Position of the toast container |
Request for enhancement to allow a way to override the autoClose so it doesn't close automatically. Property proposal described below. Summary would be to allow a negative value to ignore the autoClose. In conjunction with the previous proposal for closeOnTouch #8 , this becomes a plausibly useful feature: