Last updated 2 years ago
Version compatibility
align-label was introduced in version 4.86.1 of the JourneyApps Runtime.
align-label
Optional
Type: center | left | right
center
left
right
Default: left
Specify the alignment of the componentโs label and modifier-text where available.
label
modifier-text
text-input
<var name="password" type="text:password"/> <text-input label="Password" bind="password" align-label="right" modifier-text="Please provide a strong password"/>