Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Can't select the very first item as a tag when tagging-label is false #1864

Open
@Eyesonly88

Description

@Eyesonly88

Bug description:

Unable to select the very first item as a tag when the tagging-label is set to false and invoking the select function manually.
The offending line of code is in select.js and line number is ~677:

if (!item || angular.equals( ctrl.items[0], item ) ) {
   return;
}

Link to minimally-working plunker that reproduces the issue:

http://plnkr.co/edit/iRL8srdmwy4eMCApUN19?p=preview

Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS

Angular: 1.5.8

UI-Select: 0.19.6

Bootstrap/Select2/Selectize CSS (if applicable): none

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions