You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When opened by default, the assembly option won't save the information in the orderForm.
To Reproduce
Have a product with customization enabled
Set the prop initiallyOpened and ensure that it's rendering open.
Add a custom text or option according to the customization that you've set.
Expected behavior
Expected to value/option to persist to the checkout.
Screenshots
In the image below, I've selected both options that sums value to the product, in both cases the first option(which is pre-selected) is free.
When I go to the checkout page:
Additional context
Ps: The Bug also occurs if the customization is a text input
The text was updated successfully, but these errors were encountered:
While trying to find out why this occurs, I've bumped into this:
It seems that when initiallyOpened is set to "always", the button that first dispatch the action OPTIN, won't be rendered and that might be causing the problem.
jpgutti
changed the title
Input value won't save if * initiallyOpened* is set to Always
Input value won't save if *initiallyOpened* is set to Always
Nov 11, 2020
Describe the bug
When opened by default, the assembly option won't save the information in the orderForm.
To Reproduce
Expected behavior
Expected to value/option to persist to the checkout.
Screenshots
In the image below, I've selected both options that sums value to the product, in both cases the first option(which is pre-selected) is free.
When I go to the checkout page:
Additional context
Ps: The Bug also occurs if the customization is a text input
The text was updated successfully, but these errors were encountered: