Open
Description
Hi @uwla ,
sorry to bring this up again, but this issue is very similar to #91 .
If a custom cell component contains a select input based on data and the selected option is changed, the change is not reflected when applying a search filter, even though the underlying data is updated correctly using the userEvent
event.
I created a CodeSandbox where you can see the issue:
- Change the status select input for the third row to anything other than "Status 1"
- Search for "sebert", the third entry's email address
Current output
The updated status remains in the third row. The select input is not updated correctly.
Expected output
The select input is updated correctly when a search filter is applied.
Bildschirmaufnahme.2024-10-10.um.12.35.35.mov
Thanks again for your help!