Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant select items from dropdown (suggested list) with mouse (click event)? #47

Open
kerimdragolj opened this issue May 9, 2018 · 0 comments

Comments

@kerimdragolj
Copy link

Am I only one that is having troubles to select items from dropdown with mouse (click). There is no reaction on hover with mouse, and click doesnt work/add tags. When i use arrows to select and enter to add it works perfectly fine. But not when I try to do it with mouse? Here is the code:


<rl-tag-input class="form-control tags"
 [(ngModel)]="tags" 
 name="tags"
 placeholder="Dodaj učesnike.."
 [autocomplete]="true" 
 [autocompleteItems]="suggestedTags"
 [autocompleteMustMatch]="true" 
 [autocompleteSelectFirstItem]="true">
</rl-tag-input>

Am I missing something? Is this available in the module?

@kerimdragolj kerimdragolj changed the title Cant select items from dropdown (suggested) list? Cant select items from dropdown (suggested) list with mouse (click event)? May 9, 2018
@kerimdragolj kerimdragolj changed the title Cant select items from dropdown (suggested) list with mouse (click event)? Cant select items from dropdown (suggested list) with mouse (click event)? May 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant