Open absowoot opened 3 months ago
When setting a toast in a controller, it appears that the duration is automatically set to 0 in LiveToast.Components.flashes. Could the ability to set options be added?
LiveToast.Components.flashes
Same here, when setting a toast in a controller, it stays forever. Someone to help?
I think is on purpose https://github.com/srcrip/live_toast/blob/master/assets/js/live_toast/live_toast.ts#L225-L227
When setting a toast in a controller, it appears that the duration is automatically set to 0 in
LiveToast.Components.flashes
. Could the ability to set options be added?