Bug/accessibility 1 (#6774)

* fixing simple name changes

* Fixing button color and tabbing on tabs

* removing some extra lines of code

* Adding some null checks

* Updating as per PR comments
This commit is contained in:
Udeesha Gautam
2019-08-20 10:11:34 -07:00
committed by GitHub
parent 23ed1e9123
commit c513204501
6 changed files with 61 additions and 14 deletions

View File

@@ -271,6 +271,7 @@ export class BackupComponent {
// Set backup path list
this.pathListBox = new ListBox([], this.contextViewService);
this.pathListBox.setAriaLabel(LocalizedStrings.BACKUP_DEVICE);
this.pathListBox.onKeyDown(e => {
if (this.pathListBox.selectedOptions.length > 0) {
const key = e.keyCode;