Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column editSelectOptions array with label and value do not select label in edit mode #1121

Open
1 task done
SanjayKumarRahul opened this issue Apr 24, 2024 · 0 comments
Open
1 task done

Comments

@SanjayKumarRahul
Copy link

material-react-table version

2.13.0

react & react-dom versions

18.2.0 & 18.2.0

Describe the bug and the steps to reproduce it

Define a array with label and value:
export const usStates = [ {label:'Ohio', value:'OH'}, {label:'Rhode Island', value:'RI'}, ];

Use this array into column:
{ accessorKey: 'state', header: 'State', editVariant: 'select', editSelectOptions: usStates, muiEditTextFieldProps: { select: true, error: !!validationErrors?.state, helperText: validationErrors?.state, },

Table data:

image

When in edit mode:

The problem is label is not selected from dropdown option.

image

When dropdown is clicked the label is shown as it should:
image

Minimal, Reproducible Example - (Optional, but Recommended)

Code Sand Box Example

https://codesandbox.io/p/devbox/upbeat-lamarr-nwfmp8

Screenshots or Videos (Optional)

No response

Do you intend to try to help solve this bug with your own PR?

None

Terms

  • I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant