Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/components/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ Use an Object for each option like above (notice that it uses some properties fr
| `rightInverted` | Boolean | Invert mode, but only for icon and letter. |
| `rightTextColor` | String | Override default "white" text-color when using an icon or letter only. |
| `stamp` | String | Stamp to use for right side. Example: '10 min ago'. |
| `disable` | Boolean | If set to true, the option isn't selectable. |

### Working with Display Value
If for some reason you want to have total control over the text in the input frame (replacing the comma delimited option strings), then use `display-value` property:
Expand Down