Default lookup field rendered Select element looks like this:

I want to replace it with Autocomplete Select element only on row add or edit is this possible?

Thanks in evidence!
Is there any update for this issue?
Try editComponent and create your own custom component
Try editComponent and create your own custom component
Okay, will try it. Thank you
@RamilMamedo
This is what I did to render custom autocomplete select in material table :
I was using the react-select.

Thank you! I handled this!

Most helpful comment
@RamilMamedo

This is what I did to render custom autocomplete select in material table :
I was using the
react-select.