My assumption was that [inputClass]="form-control" would apply that class to the input field and this was not the case. Instead I extended .form-control using the completer class and SCSS (not an option for everyone).
Even after getting the desired styles applied like form-control I then was fighting with the width of the dropdown. This is also unclear in documentation (although classes are listed) what can be done to style the dropdown/input.
My assumption was that [inputClass]="form-control" would apply that class to the input field and this was not the case. Instead I extended .form-control using the completer class and SCSS (not an option for everyone).
Even after getting the desired styles applied like form-control I then was fighting with the width of the dropdown. This is also unclear in documentation (although classes are listed) what can be done to style the dropdown/input.