mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-23 18:14:19 +01:00
Fixed a11y issue for Settings pane spinbuttons
This commit is contained in:
parent
de5df90f75
commit
2dd20e793f
@ -231,6 +231,8 @@ export const SettingsPane: FunctionComponent = () => {
|
||||
onDecrement={(newValue) => setMaxDegreeOfParallelism(parseInt(newValue) - 1 || maxDegreeOfParallelism)}
|
||||
onValidate={(newValue) => setMaxDegreeOfParallelism(parseInt(newValue) || maxDegreeOfParallelism)}
|
||||
ariaLabel="Max degree of parallelism"
|
||||
incrementButtonAriaLabel="Increase value by 1"
|
||||
decrementButtonAriaLabel="Decrease value by 1"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user