Can we add placeholder on label component in perspective like we use in dropdown component.
The Dropdown component is an input component. The user inputs data into the component by selecting an option. The placeholder text prompts the user what action to perform on the component.
The label component is a display component. The user cannot input any data on it so there is no need for a placeholder and a placeholder would serve no useful function.
Please explain what problem you are trying to solve on your user interface, why you are using a label and why you think you need a placeholder on a label.
2 Likes