Skip to content

Commit 2cc897d

Browse files
authored
Update displayAs description in readme
Clarify the displayAs option description in documentation.
1 parent f8c5680 commit 2cc897d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/readme-generic-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Each field definition supports the following properties:
7676
- `"fontStyle"`: Font style for the value (CSS font-style value)
7777
- `"textDecoration"`: Text decoration for the value (CSS text-decoration value)
7878
- `"textTransform"`: Text transformation for the value (CSS text-transform value)
79-
- `"displayAs"`: Controls how the value is displayed:
79+
- `"displayAs"`: Controls how the value is displayed (if nothing is provided the plain text is displayed):
8080
- `'secret'`: Render value as a secret with show/hide toggle
8181
- `'boolIcon'`: Render boolean-like values (true/false, True/False, TRUE/FALSE) as icon indicators
8282
- `'link'`: Render URL values as clickable links (supports http://, https://, ftp://, mailto:, tel: protocols)

0 commit comments

Comments
 (0)