Skip to content

fix(material): ensure textarea is working with Angular v17 hydration #761

fix(material): ensure textarea is working with Angular v17 hydration

fix(material): ensure textarea is working with Angular v17 hydration #761

Triggered via push January 7, 2024 11:40
Status Success
Total duration 4m 30s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: demo/src/app/examples/other/input-file/file-value-accessor.ts#L7
Use @HostBinding or @HostListener rather than the `host` metadata property (https://angular.io/styleguide#style-06-03)
build: demo/src/app/guides/guides.component.ts#L10
Use @HostBinding or @HostListener rather than the `host` metadata property (https://angular.io/styleguide#style-06-03)
build: src/core/json-schema/src/formly-json-schema.service.spec.ts#L1306
'setInputs' is assigned a value but never used. Allowed unused vars must match /^_/u
build: src/core/src/lib/templates/field.type.ts#L4
'FieldWrapper' is defined but never used. Allowed unused vars must match /^_/u
build: src/core/src/lib/templates/formly.attributes.ts#L21
Use @HostBinding or @HostListener rather than the `host` metadata property (https://angular.io/styleguide#style-06-03)
build: src/core/src/lib/templates/formly.group.ts#L11
Use @HostBinding or @HostListener rather than the `host` metadata property (https://angular.io/styleguide#style-06-03)
build: src/ui/ionic/form-field/src/formly.attributes.ts#L8
Use @HostBinding or @HostListener rather than the `host` metadata property (https://angular.io/styleguide#style-06-03)
build: src/ui/material/multicheckbox/src/multicheckbox.type.ts#L33
Use @HostBinding or @HostListener rather than the `host` metadata property (https://angular.io/styleguide#style-06-03)
build: src/ui/material/slider/src/slider-input.ts#L50
Use @HostBinding or @HostListener rather than the `host` metadata property (https://angular.io/styleguide#style-06-03)