diff --git a/packages/iris-grid/src/GotoRow.tsx b/packages/iris-grid/src/GotoRow.tsx index 4fb2628507..c6b854bb73 100644 --- a/packages/iris-grid/src/GotoRow.tsx +++ b/packages/iris-grid/src/GotoRow.tsx @@ -161,7 +161,7 @@ function GotoRow({ } }} value={gotoValue} - aria-label="value-input" + aria-label="Value Input" /> ); @@ -180,7 +180,7 @@ function GotoRow({ defaultValue={gotoValue} onChange={onGotoValueInputChanged} onSubmit={handleGotoValueKeySubmit} - aria-label="value-input" + aria-label="Value Input" /> ); @@ -228,7 +228,7 @@ function GotoRow({ placeholder="value" onChange={e => onGotoValueInputChanged(e.target.value)} value={gotoValue} - aria-label="value-input" + aria-label="Value Input" /> @@ -242,7 +242,7 @@ function GotoRow({ onGotoValueInputChanged(event.target.value); }} value={gotoValue} - aria-label="value-input" + aria-label="Value Input" >