From 3e49773d6c31a849b441ac67740114209e784d14 Mon Sep 17 00:00:00 2001 From: Nikolay Deshev Date: Fri, 17 Sep 2021 07:22:29 +0300 Subject: [PATCH] fix(ui5-input): remove data-sap-no-tab-ref attribute from the inner input The data-sap-no-tab-ref is removed to allow container controls which are checking for tabbable children to pass the focus to it via the TAB key. Issue: #3603 --- packages/main/src/Input.hbs | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/main/src/Input.hbs b/packages/main/src/Input.hbs index 3f9400f1dfa6..3ad4e02c126f 100644 --- a/packages/main/src/Input.hbs +++ b/packages/main/src/Input.hbs @@ -33,7 +33,6 @@ @keyup="{{_onkeyup}}" @click={{_click}} @focusin={{innerFocusIn}} - data-sap-no-tab-ref data-sap-focus-ref step="{{nativeInputAttributes.step}}" min="{{nativeInputAttributes.min}}"