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

Expose resetSearchInput as global #397

Closed
amcdnl opened this issue Nov 13, 2014 · 0 comments
Closed

Expose resetSearchInput as global #397

amcdnl opened this issue Nov 13, 2014 · 0 comments
Assignees

Comments

@amcdnl
Copy link
Contributor

amcdnl commented Nov 13, 2014

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;
});
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants