Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

[autofocus]="true" not working in bootstrap modal #459

Open
Chiragsorathiya opened this issue Oct 14, 2020 · 0 comments
Open

[autofocus]="true" not working in bootstrap modal #459

Chiragsorathiya opened this issue Oct 14, 2020 · 0 comments

Comments

@Chiragsorathiya
Copy link

Hello friends
I'm trying to set the autofocus property in bootstrap modal but it's not working please check my below code

<ng2-completer 
[(ngModel)]="searchStr1" class="" 
[datasource]="dataService" 
[minSearchLength]="1" 
[openOnClick]="true" 
[selectOnClick]="true"
[openOnFocus]="false" 
[inputClass]="['form-control','block-select']" 
[placeholder]="'search ticker'" 
[autoHighlight]="true" 
[matchClass]="'match'" 
[autofocus]="true" 
[selectOnFocus]="true" 
[fillHighlighted]="false" style="display: inline-block;" name="symbol">
</ng2-completer>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant