style(components): add protected to the render function

This commit is contained in:
Brandy Carney
2017-10-17 13:28:37 -04:00
parent a932e673ff
commit 0b40520371
69 changed files with 69 additions and 69 deletions

View File

@ -319,7 +319,7 @@ export class Input implements InputComponent {
}
render() {
protected render() {
const themedClasses = createThemedClasses(this.mode, this.color, 'text-input');
// TODO aria-labelledby={this.item.labelId}

View File

@ -298,7 +298,7 @@ export class Textarea implements TextareaComponent {
}
render() {
protected render() {
const themedClasses = createThemedClasses(this.mode, this.color, 'text-input');
// TODO aria-labelledby={this.item.labelId}