File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
frontend/src/components/App/Settings Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,9 @@ export default function NumRowsInput(props: { defaultValue: number[] }) {
157157 renderValue = { value => `${ value } ` }
158158 size = "small"
159159 variant = "outlined"
160+ inputProps = { {
161+ 'aria-label' : `option ${ selectedValue } ` ,
162+ } }
160163 >
161164 { options . map ( option => {
162165 const isCustom = ! defaultTableRowsPerPageOptions . includes ( option ) ;
Original file line number Diff line number Diff line change 194194 aria-controls=":mock-test-id:"
195195 aria-expanded="false"
196196 aria-haspopup="listbox"
197+ aria-label="option 15"
197198 class="MuiSelect-select MuiSelect-outlined MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputSizeSmall css-oswssk-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input"
198199 role="combobox"
199200 tabindex="0"
You can’t perform that action at this time.
0 commit comments