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.

Expose resetSearchInput as global #397

Closed
@amcdnl

Description

@amcdnl

I propose we expose resetSearchInput option as a global property. IMO you would probably want this to be true but it is set to false by default, which is fine but having to ability to set it globally is important. Example usage:

app.config(function (uiSelectConfig) {
    uiSelectConfig.theme = 'select2';
    uiSelectConfig.resetSearchInput = true;
});

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions