CustomTextField(
            contentDescription = "recipeIngredients", onValueChange = {}, readOnly = true,
            value = recipeIngredients, modifier = fillMaxWidth
        )