toggle hide_after: 3000
should work without a show_on
event
#549
Labels
toggle hide_after: 3000
should work without a show_on
event
#549
toggle show_on: "some_event", hide_after: 3000
works as expected: After having received the "show_event" a timer is triggered and after 3000ms the content of thetoggle
is hidden again. Howevertoggle hide_after: 3000
is not working as expected: The content is never hidden as the timer never gets triggered. The time should get triggered on mount when specifiedThe text was updated successfully, but these errors were encountered: