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
ChoicesFilterState is used for all data classes if the number of unique values in the data is less than the option.
Selected values are actually stored as character strings.$get_call restores that class but get_state does not. This is not a problem yet but will be once we start saving and reloading teal_slices.
Ensure that the selected values stored in private$teal_slice are of the appropriate class.
The text was updated successfully, but these errors were encountered:
ChoicesFilterState
is used for all data classes if the number of unique values in the data is less than the option.Selected values are actually stored as character strings.
$get_call
restores that class butget_state
does not. This is not a problem yet but will be once we start saving and reloadingteal_slice
s.Ensure that the selected values stored in
private$teal_slice
are of the appropriate class.The text was updated successfully, but these errors were encountered: