Developers often forget to add a Prompt for Input fields, even when a Label exists. This leads to inconsistent UI and lower usability.
Proposed Solution:
If the Prompt is empty, OutSystems automatically sets it to match the Label text.
Developers can still override it manually.
Works for single-line and multi-line text inputs, across Web, Reactive, and Mobile apps.
Example:
Label: Email
Prompt: (empty)→ Automatically set to: "Email"