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
In FuseIndex.js:132 / _addObject function (the elseif condition if the code line has changed). If the "value" variable contains an (empty) object, the isBlank function is called and then a js error (value.trim() is not defined) is raised.
I guess the elseif condition should just be changed to "(isString(value) && !isBlank(value))" like it is a few rows above in the if block.
Describe the bug
In FuseIndex.js:132 / _addObject function (the elseif condition if the code line has changed). If the "value" variable contains an (empty) object, the isBlank function is called and then a js error (value.trim() is not defined) is raised.
I guess the elseif condition should just be changed to "(isString(value) && !isBlank(value))" like it is a few rows above in the if block.
Version
latest (6.6.1)
🔬Minimal Reproduction
Goto https://choices-js.github.io/Choices/ and scroll down to the dropdown with "data-custom-properties" example.
The text was updated successfully, but these errors were encountered: