From affbb885480260fd5e9cd5aaf7e0f7e53cedbc2a Mon Sep 17 00:00:00 2001 From: PioBar <72926984+Pio-Bar@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:37:30 +0100 Subject: [PATCH] fix: (CXSPA-965) - Refocus on input after quick order with keyboard (#18313) Co-authored-by: Piotr Bartkowiak --- .../quick-order/form/quick-order-form.component.html | 1 + .../quick-order/form/quick-order-form.component.ts | 5 +++++ .../b2b/regression/quick-order/b2b-quick-order.e2e.cy.ts | 1 + .../cypress/helpers/b2b/b2b-quick-order.ts | 8 ++++++-- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/feature-libs/cart/quick-order/components/quick-order/form/quick-order-form.component.html b/feature-libs/cart/quick-order/components/quick-order/form/quick-order-form.component.html index efd0656419a..cd3515681e0 100644 --- a/feature-libs/cart/quick-order/components/quick-order/form/quick-order-form.component.html +++ b/feature-libs/cart/quick-order/components/quick-order/form/quick-order-form.component.html @@ -20,6 +20,7 @@ formControlName="product" placeholder="{{ 'quickOrderForm.placeholder' | cxTranslate }}" type="text" + #quickOrderInput />