Skip to content

feat: autocomplete component #307

feat: autocomplete component

feat: autocomplete component #307

Triggered via pull request April 8, 2025 22:21
Status Failure
Total duration 1m 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

run-tests.yml

on: pull_request
run-build-and-tests
1m 15s
run-build-and-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
run-build-and-tests: projects/design-angular-kit/src/lib/components/form/autocomplete/autocomplete.component.ts#L88
Type 'string | null' is not assignable to type 'string | undefined'.
run-build-and-tests: projects/design-angular-kit/src/lib/components/form/autocomplete/autocomplete.component.ts#L78
Type 'HTMLElement | null' is not assignable to type 'HTMLElement'.
run-build-and-tests: projects/design-angular-kit/src/lib/components/form/autocomplete/autocomplete.component.ts#L62
Property '_inputEl' has no initializer and is not definitely assigned in the constructor.
run-build-and-tests: projects/design-angular-kit/src/lib/components/form/autocomplete/autocomplete.component.html#L3
Property 'placeholder' does not exist on type 'ItAutocompleteComponent'.
run-build-and-tests: projects/design-angular-kit/src/lib/components/form/autocomplete/autocomplete.component.ts#L88
Type 'string | null' is not assignable to type 'string | undefined'.
run-build-and-tests: projects/design-angular-kit/src/lib/components/form/autocomplete/autocomplete.component.ts#L78
Type 'HTMLElement | null' is not assignable to type 'HTMLElement'.
run-build-and-tests: projects/design-angular-kit/src/lib/components/form/autocomplete/autocomplete.component.ts#L62
Property '_inputEl' has no initializer and is not definitely assigned in the constructor.
run-build-and-tests: projects/design-angular-kit/src/lib/components/form/autocomplete/autocomplete.component.ts#L114
Lifecycle interface 'AfterViewInit' should be implemented for method 'ngAfterViewInit'. (https://angular.dev/style-guide#style-09-01)
run-build-and-tests: projects/design-angular-kit/src/lib/components/form/autocomplete/autocomplete.component.ts#L64
Lifecycle interface 'OnInit' should be implemented for method 'ngOnInit'. (https://angular.dev/style-guide#style-09-01)