Skip to content

Commit

Permalink
Adds tabulation
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoA1 committed May 9, 2023
1 parent 29ca7f1 commit c896396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const InputText = props => {
onChange={noop}
data-name={dataName}
aria-label={ariaLabel}
tabIndex={0}
/>
{errorIconView}
{validIconView}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const InputTextarea = props => {
onChange={handleChange}
disabled={disabled}
data-testid={name}
tabIndex={0}
/>
{errorIconView}
{validIconView}
Expand Down

0 comments on commit c896396

Please # to comment.