Skip to content

Commit

Permalink
fix(ui5-input): remove data-sap-no-tab-ref attribute from the inner i…
Browse files Browse the repository at this point in the history
…nput

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
  • Loading branch information
ndeshev authored Sep 17, 2021
1 parent 3f1c267 commit 3e49773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/main/src/Input.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down

0 comments on commit 3e49773

Please sign in to comment.