ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
17 lines (16 loc) • 490 B
HTML
<sf-item-wrap [id]="id" [schema]="schema" [ui]="ui" [showError]="showError" [error]="error" [showTitle]="schema.title">
<textarea
nz-input
[]="id"
[]="disabled"
[]="disabled"
[]="ui.size"
[]="value"
(ngModelChange)="setValue($event)"
[]="schema.maxLength || null"
[]="ui.placeholder"
[]="autosize"
[]="ui.borderless"
>
</textarea>
</sf-item-wrap>