Skip to content

Commit 0d54ab8

Browse files
committed
FOUR-21685: The value set in the aria label field of the select list disappears after refreshing the page
1 parent 0d23c24 commit 0d54ab8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/components/inspector/options-list.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -401,14 +401,6 @@ export default {
401401
if (this.endPointList.length > 0) {
402402
this.selectedEndPoint = this.endPointList[0].value;
403403
}
404-
},
405-
renderAs(val) {
406-
if (this.dataSource === 'provideData') {
407-
if (val !== 'dropdown') {
408-
// add aria label field when renderAs is not dropdown
409-
this.optionsListExtra = this.optionsList.map(option => ({...option, [this.ariaLabelField]: ''}));
410-
}
411-
}
412404
}
413405
},
414406
computed: {

0 commit comments

Comments
 (0)