Questions tagged [ng2-completer]
18 questions
0
votes
0 answers
ng2-complete search data undefined angular 4
Following problem: I receive an error from chrome browser search undefined and I am using dataservice which loads local JSON data
.

Nagesh Gandikota
- 11
- 2
0
votes
3 answers
how to set value for input field from component in angular2
export interface User {
name: string;
address?: {
street?: string;
postcode?: string;
country?: Country;
}
}
export class Country {
name: string;
code: string;
}
I am using ng2-completer library to attach the country…

Ajay
- 4,199
- 4
- 27
- 47
-2
votes
2 answers
Align dropdown and input
I have a issue with css and ng2-completer. I try to align the dropdown part and the input.
There is no example on the demo page to focus element with css and when i try to select the class .completer-dropdown-holder i have no result.

mathieu lavergne
- 591
- 1
- 6
- 10