Hi community!
Simple question: I want to display a certain text in a textbox before the user enters anything into that textbox. So, rather than a hint in light font, I want the textbox already to be populated as if the user had already entered something.
Example: An app to keep track of stored ingredients:
Screen 1: The label for salt displays "5" (meaning 5 kilograms), the label for sugar displays "3" etc. These values change as the user uses the app. However, if they want to reset everything directly (or wants to start using the app for the first time and tell the app what they have in store, there is a Reset button that takes them to
Screen 2: Here, there are textboxes for each ingredient. Now, I want these textboxes to be populated with the latest data from Screen 1. The user can then make changes to any of the boxes and save the whole lot to be sent back to the corresponding labels in Screen 1.