Creating An Inline Auto-Complete Directive Using NgModel And A Control Value Accessor In Angular 7.2.15

added by JavaScript Kicks
6/1/2019 8:40:25 PM

623 Views

Ben Nadel demonstrates how to use a custom ControlValueAccessor with NgModel in order to implement an inline auto-complete functionality in Angular 7.2.15. This automatically appends highlighted text to an Input element as the user is typing, allowing them to either accept or easily override the text suggestion.


0 comments