Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 521 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 521 Bytes

Create a custom select component with typeahead built on @angular/cdk in Angular

Native select element is used to create a drop-down list of options for users to choose from but does not support searching and typeahead. Because of that, there are situations where developers are forced to create their own select component. See how you can implement custom select with searching with typehead.