placeholder
Optional
Override the default placeholder text for the input component.
Note: once the user entered a value the placeholder is no longer visible.
main.view.xml
<var name="notes" type="text"/>
<text-input bind="notes" placeholder="Notes"/>

UI component | Default placeholder |
---|---|
"Select date" | |
"Select date" and "Select time" | |
"No model found" | |
"No value selected" | |
"No value selected" | |
"Enter " + the text-input label |
Last modified 1yr ago