Open Source multi-language/multi-currency/multi-store eCommerce platform
ruby
rails
graphql
ecommerce
shop
store
ecommerce-platform
e-commerce
rubyonrails
cart
spree
spree-commerce
spreecommerce
headless-commerce
-
Updated
Jun 13, 2022 - Ruby
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 specified