try to add initializer in remember section as well:
var name by remember(inventoryItem.name ?: "") { mutableStateOf(inventoryItem.name ?: "") }