We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a problem when you type a filter starting or ending with space characters
Type " new south wales" or "new south wales " in the first example Actual: No options shown Expected New South Wales option should be shown
Whitespaces wrapping the filter should be trimmed so that intended value could be matched. This is also the default behaviour in https://harvesthq.github.io/chosen/ and http://selectize.github.io/selectize.js/
The text was updated successfully, but these errors were encountered:
Trim search text from beginning and the end. (fixes JedWatson#1861 )
f7289ee
d6f5f61
Merge pull request #1862 from serkanozer/master
c89e5b3
Trim search text from beginning and the end. (fixes #1861)
No branches or pull requests
This is a problem when you type a filter starting or ending with space characters
Type " new south wales" or "new south wales " in the first example
Actual:
No options shown
Expected
New South Wales option should be shown
Whitespaces wrapping the filter should be trimmed so that intended value could be matched. This is also the default behaviour
in https://harvesthq.github.io/chosen/ and http://selectize.github.io/selectize.js/
The text was updated successfully, but these errors were encountered: