diff --git a/packages/react/src/components/NumberInput/NumberInput.js b/packages/react/src/components/NumberInput/NumberInput.js index 2b0749fe8fae..91d39c10ba32 100644 --- a/packages/react/src/components/NumberInput/NumberInput.js +++ b/packages/react/src/components/NumberInput/NumberInput.js @@ -469,8 +469,7 @@ class NumberInput extends Component { onClick={(evt) => this.handleArrowClick(evt, 'down')} title={decrementNumLabel || iconDescription} aria-label={decrementNumLabel || iconDescription} - aria-live="polite" - aria-atomic="true"> + tabIndex="-1">
@@ -481,8 +480,7 @@ class NumberInput extends Component { onClick={(evt) => this.handleArrowClick(evt, 'up')} title={incrementNumLabel || iconDescription} aria-label={incrementNumLabel || iconDescription} - aria-live="polite" - aria-atomic="true"> + tabIndex="-1">