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 particular case seems to be a bug in Inputs.table() though. With multiple: false, assigning a new value will update the view’s selection, but it won’t update the individual row inputs. (cc @mbostock)
Create the following cells:
table
Note that the value is assigned correctly (
table
would otherwise equalnull
), but the row is not marked as selected:Expected:
The text was updated successfully, but these errors were encountered: