Fix a couple a11y issues with manage access (#8386)

* Fix a couple a11y issues with manage access

* Fix strict null check

* Fix another strict null check
This commit is contained in:
Charles Gagnon
2019-11-19 13:42:53 -08:00
committed by GitHub
parent 8ca0082ec4
commit 55059907a3
3 changed files with 37 additions and 19 deletions

View File

@@ -86,6 +86,9 @@ export default class CheckBoxComponent extends ComponentBase implements ICompone
if (this.height) {
this._input.setHeight(this.convertSize(this.height));
}
if (this.ariaLabel) {
this._input.ariaLabel = this.ariaLabel;
}
}
// CSS-bound properties