Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow filter option for sifter #1866

Merged
merged 2 commits into from
Sep 15, 2022
Merged

Conversation

risadams
Copy link
Contributor

No description provided.

@risadams risadams merged commit dc1efe9 into master Sep 15, 2022
@risadams risadams deleted the allow-filter-option-for-sifter branch September 15, 2022 13:18
@@ -244,7 +244,7 @@ $.extend(Selectize.prototype, {
}
});
$window.on('mousemove' + eventNS, function() {
self.ignoreHover = false;
self.ignoreHover = self.settings.ignoreHover;
Copy link

@u01jmg3 u01jmg3 Sep 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation needs to be corrected

@@ -1054,7 +1054,8 @@ $.extend(Selectize.prototype, {
fields : settings.searchField,
conjunction : settings.searchConjunction,
sort : sort,
nesting : settings.nesting
nesting : settings.nesting,
filter : settings.filter
Copy link

@u01jmg3 u01jmg3 Sep 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation needs to be corrected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants