Thomas Ayih-Akakpo

Results 4 comments of Thomas Ayih-Akakpo

I also can confirm this bug. And I suspect this to have always been the case even in 2.11 version of saleor-storefront. At commit `677485436ca99ebf46d5d7ea2990e609c3b89c78`, in file `src/@next/hooks/useProductVariantsAttributes.tsx` at line...

Digging into the code, I suspect this portion in `src/@next/components/organisms/ProductVariantPicker/ProductVariantAttributeSelect.tsx`, at line 56, to be respomsible of disabling non relevant variant attributes values: ```typescript const attributeOptions = productVariantsAttribute.values .filter(value =>...

Up ! @moore82 Were you able to get the desired date format ? I'm struggling on this one too

Hello again, I actually got this working. First add `moment` to your project (`yarn add moment` or `npm install moment --save`) Then, in your form options you can add the...