[AutoComplete] Can't convert object to string error when option has object as value #20057
Labels
bug 🐛
Something doesn't work
component: autocomplete
This is the name of the generic UI component, not the React module!
When providing options to the autocomplete, where values are objects, it throws the
Can't convert object to string
error.The error occurrs in the
useAutocomplete
file in thedefaultStringify
function.The function should maybe use recursion to convert all existing objects.
The text was updated successfully, but these errors were encountered: