matestack-ui-core icon indicating copy to clipboard operation
matestack-ui-core copied to clipboard

`toggle hide_after: 3000` should work without a `show_on` event

Open jonasjabari opened this issue 4 years ago • 0 comments

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 the toggle is hidden again. However toggle 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 specified

jonasjabari avatar Jun 02 '21 10:06 jonasjabari