In the current version of the Garden app, when you add a new Plant, the variety is 'New Plant' and the days to maturity is zero.
How can we change the code (and replacing the Text by TextField) to make these two fields for instance editable.
My question comes from the fact that in the table, we use plants computed property that take all the plants from the garden, and the filter using the search text and sort them. How can we change that to have binding to plants and then use that in the table?
Regards
Vincent