Pick List
Properties
Picklists are expandable menus, which provide users with choices.
Features
Button Enhancement
Status
Release Available | Status | Framework Name |
---|---|---|
3.2 | Current | TBC |
General
Note:
Amex only right now.
Add the icon attribute for the icon text in the button appearance so that a button can have both an icon and a label.
iconic style can be combined with
primary
,secondary
, andtertiary
Code JSON
Copy
"componentActions: [{
"name": "foo",
...
"appearance": {
"style": "secondary iconic",
"label": "Good!",
"icon": "dls-icon-thumbs-up"
},...