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
Calling multiselect('deselect', null) causes a TypeError: Cannot read property "toString" of null. I would expect that passing null to the deselect option would be a noop.
The text was updated successfully, but these errors were encountered:
Calling
multiselect('deselect', null)
causes aTypeError: Cannot read property "toString" of null
. I would expect that passingnull
to the deselect option would be a noop.The text was updated successfully, but these errors were encountered: