Ryan McDonald

Results 4 comments of Ryan McDonald

You need to call the setData() method with the newly set data: ``` $builder->addEventListener(FormEvents::PRE_SET_DATA, function (FormEvent $event) { /** @var Order $order */ $order = $event->getData(); if ($order->getPaymentMethod() !== null...

The easiest way to replicate this is to type really fast in the input. It happens every time. it seems like it has to do when the mask detects if...

fix: ``` setupStopProgress = () => { const responseFunc = (response) => { if ((--this.requestsCounter) === 0) { NProgress.done(); } return response; }; const errorFunc = (error) => { return...

I had to downgrade. In my case I downgraded to 1.34 because I wasn't sure what version of 1.35.x I upgraded from. This happened to me for multiple zigbee devices....