UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

17 lines (16 loc) 490 B
<sf-item-wrap [id]="id" [schema]="schema" [ui]="ui" [showError]="showError" [error]="error" [showTitle]="schema.title"> <textarea nz-input [attr.id]="id" [disabled]="disabled" [attr.disabled]="disabled" [nzSize]="ui.size" [ngModel]="value" (ngModelChange)="setValue($event)" [attr.maxLength]="schema.maxLength || null" [attr.placeholder]="ui.placeholder" [nzAutosize]="autosize" [nzBorderless]="ui.borderless" > </textarea> </sf-item-wrap>