Skip to content

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

@kerimdragolj

Description

@kerimdragolj

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions