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
The update input functions will convert a named list or vector into a json object instead of an array. On the javascript side there is no .indexOf method for objects. So, if selected is a named object there is no error on the server-side, but there is an error on the client-side.
The simplest solution is to drop any names from the selected values. The coerce_selected() helper would be updated.
The text was updated successfully, but these errors were encountered:
The update input functions will convert a named list or vector into a json object instead of an array. On the javascript side there is no
.indexOf
method for objects. So, ifselected
is a named object there is no error on the server-side, but there is an error on the client-side.The simplest solution is to drop any names from the
selected
values. Thecoerce_selected()
helper would be updated.The text was updated successfully, but these errors were encountered: