* Renders label. * @protected * @return {?HTMLElement}
()
| 98 | * @return {?HTMLElement} |
| 99 | */ |
| 100 | renderLabel () { |
| 101 | return View.createElement('label', { |
| 102 | className: 'field__label', |
| 103 | htmlFor: this.getId() |
| 104 | }, this.getModel().getLabel()) |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * Renders field. |
no test coverage detected