mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
style(components): add protected to the render function
This commit is contained in:
@ -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}
|
||||
|
||||
|
||||
@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user