如何自动对焦 ngx-mat-intl-tel-input 搜索框而不是输入字段?

问题描述

我正在使用 NgxMatIntl​​TelInput 库并且我已经创建了这样的组件:

<ngx-mat-intl-tel-input
   [enablePlaceholder]="true"
   [enableSearch]="true"
   placeholder="Telephone"
   name="phone">
</ngx-mat-intl-tel-input>

用户点击该字段时,光标/焦点将转到输入字段。 但我想改为自动聚焦搜索框。

知道怎么做吗?

编辑: 添加example

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)