As user, sometimes I want to modify the item right after I added it, setting amount for example. How to do this? Add a button using [`renderOption`](https://mui.com/material-ui/api/autocomplete/#:~:text=group%20to%20render.-,renderOption,-func) that hopefully allow the code to both add the item but also open the panel w/o race condition 🤞
As user, sometimes I want to modify the item right after I added it, setting amount for example.
How to do this?
Add a button using
renderOptionthat hopefully allow the code to both add the item but also open the panel w/o race condition 🤞