A placeholder or label that can be used inside a ControlGroup.
<control-group> <text-box value.bind="localPart"></text-box> <input-placeholder> <normal-text value="@"></normal-text> </input-placeholder> <text-box value.bind="domain"></text-box></control-group> Copy
<control-group> <text-box value.bind="localPart"></text-box> <input-placeholder> <normal-text value="@"></normal-text> </input-placeholder> <text-box value.bind="domain"></text-box></control-group>
A placeholder or label that can be used inside a ControlGroup.
Example