You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This address a bad default causing issues with non-ascii chars in sifter, and default to headless chrome instead of the unmaintained phantomJS for unit testing
respect_word_boundaries: false,// Originally defaulted to true, but breaks unicode support. See #1916 & https://stackoverflow.com/questions/10590098/javascript-regexp-word-boundaries-unicode-characters
3657
+
normalize: true,
3661
3658
3662
3659
mode: null,
3663
3660
wrapperClass: '',
@@ -3672,7 +3669,7 @@ Selectize.defaults = {
3672
3669
sizeType: 'auto',// 'numberItems' or 'fixedHeight'
3673
3670
sizeValue: 'auto',// number of items or height value (px is default) or CSS height (px, rem, em, vh)
0 commit comments