I would like to have an ng-select which allows only numbers while typing/search as it is used only for Year field
<ng-select class="single" [items]="years" [multiple]="false" bindLabel="name" #select >
Do we have a way to control what user can type ?