-
Notifications
You must be signed in to change notification settings - Fork 0
Label
Evgenii Koriakin edited this page Oct 23, 2017
·
1 revision
View:
<ma-label for="name">Name</ma-label>
<ma-text-box
id="name"
value="name">
</ma-text-box>
Determines whether to cut overflowed text with an ellipsis.
Boolean
false
Sets the field:
View:
<ma-label cut-overflow="true">
Internal reference number (supplier reference)
</ma-label>
An identifier of a labelable component.
String
''
Sets the field:
View:
<ma-label for="name">Name</ma-label>
<ma-text-box
id="name"
value="name">
</ma-text-box>
Determines whether to show a 'required' red star.
Boolean
false
Sets the field:
View:
<ma-label is-required="true">
Name
</ma-label>