ngx-chips

ngx-chips tag-input-dropdown does not show autosuggest in iPhone

十年热恋 提交于 2019-12-11 05:48:32
问题 I have implemented ngx-chips for an email CC field. It works perfectly in my Android phone using Chrome. But, in iPhone, the autosuggestion does not show up. <div class="required form-group col-md-12 col-sm-12 col-xs-12" > <label class="control-label" for="email.emailCc">CC:</label> <tag-input [(ngModel)]="emailList" [onlyFromAutocomplete]="true" theme='bootstrap'> <tag-input-dropdown [autocompleteObservable]="items" [showDropdownIfEmpty]="true" [dynamicUpdate]="false"> </tag-input-dropdown>