Hi @TestUser There used to be a placeholder configuration in UCC but unfortunately it was deprecated (https://splunk.github.io/addonfactory-ucc-generator/advanced/oauth_support/#properties:~:text=T...
See more...
Hi @TestUser There used to be a placeholder configuration in UCC but unfortunately it was deprecated (https://splunk.github.io/addonfactory-ucc-generator/advanced/oauth_support/#properties:~:text=The%20Placeholder%20attribute%20is%20deprecated%20and%20renounced.%20Instead%2C%20we%20recommend%20to%20use%20the%20%E2%80%9Chelp%E2%80%9D%20attribute.) which I was personally a bit frustrated by, but anyway, the alternative recommendation from the engineering team is to use the 'help' configuration such as: {
"field": "name",
"label": "Name",
"type": "text",
"required": true,
"help": "Enter a name..",
}, This will appear *under* the text box, but its better than nothing! #bringBackPlaceholder Did this answer help you? If so, please consider: Adding karma to show it was useful Marking it as the solution if it resolved your issue Commenting if you need any clarification Your feedback encourages the volunteers in this community to continue contributing