如何为 bootstrap 模态中的 ng-select 添加自动对焦

How to add autofocus for ng-select which is there inside bootstrap modal

我在模态中使用 ng-select。我想为 ng-select 添加自动对焦,我可以为模态内部的输入字段添加焦点,但如果我为 ng-select 尝试同样的事情,它就不起作用了。请告诉我如何为 ng select.

添加焦点

通过这种方式

this.ngSelectInput.filterInput.nativeElement.focus();