Compose - Textarea
Code sample
html
<ontology-compose
format="text"
label="Input field (ontology driven)"
info="Search terms across ontologies"
modelValue="value"
@change="value = $event.detail[0]"
></ontology-compose>props
| Name | Type | Default | Description |
|---|---|---|---|
| format | |||
| label | |||
| info |
events
| Name | Type | Default | Description |
|---|---|---|---|
| change |
styling
coming soon