Links

modifier-text

Optional
Type: string (static text, a format string or the return value of a JS/TS function)
Default: unset
modifier-text can be used to provide additional information about the field being captured.

Example - modifier-text on a text-input

main.view.xml
<var name="password" type="text:password"/>
<text-input bind="password" modifier-text="Please provide a strong password"/>
Last modified 1yr ago