Manual Input Parameters
- Input Field: The field where the user will manually enter data (e.g., text box, dropdown).
- Validation Rules: Rules to validate the input data (e.g., required, format).
- Default Value: The default value to be displayed in the input field.
- Placeholder: The placeholder text to be displayed in the input field.
- Input Type: The type of input (e.g., text, number, date).
- Label: The label for the input field.
- Tooltip: A tooltip to provide additional information about the input field.
- Help Text: Help text to guide the user on what to enter in the input field.
- Error Message: The message to be displayed if the input data is invalid.
- Input Length: The maximum length of the input data.