Implementing an autocomplete that stores ID and shows the Name of a component [question] #5527
Closed
2 tasks done
Labels
component: data grid
This is the name of the generic UI component, not the React module!
support: commercial
Support request from paid users
Order ID 💳
45398
Duplicates
Latest version
The problem in depth 🔍
I've implemented an autocomplete field as a custom component for a datagrid cell.
I'd like to change it such that it shows label and we can select from the list of labels.
Here's the current implemented code.
Column definition
Rows
Autocomplete code
A modification I attemtped is as follows.
changed column definition to this
Column definition
changed rows to have this.
I modfied the custom component code to the following
But this implementation doesn't seem to change the values in the table after selection.
Your environment 🌎
`npx @mui/envinfo`
The text was updated successfully, but these errors were encountered: