Props
| Prop | Type | Default | Notes |
|---|---|---|---|
disabled | boolean | false | |
density | default | flush | default | |
description | string | '' | |
inverse | boolean | false | |
label | string | '' | |
language-src | string | '' | ES module URL exporting a CodeMirror extension or factory. Bundled CodeMirror language modules are available under /static/js/stellarui/code-editor/langs/. |
diagnostics | string | '' | JSON diagnostics from a backend validator. Accepts an array or {diagnostics:[...]} with message, severity, and optional from/to or line/column. |
placeholder | string | '' | |
readonly | boolean | false | |
tab-size | number | 2 | |
value | string | '' | |
wrap | boolean | false |