Skip to content

UI-select caret click #401

Description

@bpaugam

Add pointer-events: none to the caret icon in ui-select multiple. As a matter of fact, clicking it prevents ui-select from opening.

Basically:

.ui-select-container.ui-select-multiple:not(.open) > div:after {
    pointer-events: none;
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions