Paul Zupan

Results 3 issues of Paul Zupan

The picker no longer opens for me on IOS. It still works as expected on Android. I can see the KeyboardModal is called if it is IOS at line 47...

I've modified /lib/promoted_products.rb with: def promoted_products # promoted.is_a?(Product) ? [promoted] : promoted.products.all if promoted.is_a?(Taxon) Product.in_taxon(promoted) elsif promoted.is_a?(Product) [promoted] else promoted.products.all end end