For detailed documentation, please visit projet’s wiki page
Live Demo page
<ngx-dropdown-for>
component<ngx-input-for>
(blur) event<ngx-input-for>
Removed console.log : |
<ngx-label-for>
, <ngx-input-for>
and <ngx-validator-for>
components . Now you can assign any class by class="form control"
<ngx-label-for>
(‘ngx-label’ and ‘ngx-label-child’), <ngx-input-for>
(‘ngx-input’ and ‘ngx-input-child’) and <ngx-validator-for>
(‘ngx-validator’ and ‘ngx-validator-child’). You can use them for additional stylingFunction
to PropertyFunction
. <ngx-input-for
[model]="model"
name="power"
[(ngModel)]="model.power">
<ng-template
ngxCustomTemplateFor
let-model>
<kendo-dropdownlist
[data]="listItems"
[textField]="'text'"
[valueField]="'value'"
name="power"
class="form-control"
[(ngModel)]="model.power"
[valuePrimitive]="true">
</kendo-dropdownlist>
</ng-template>
</ngx-input-for>