vue-formulate
vue-formulate copied to clipboard
Add static input type
I wrote a "static" input type that may be fairly common. My data models often have a few static fields that are displayed alongside editable fields.
The input slot could be:
<span v-text="context.model" />
Which binds to the model for display only.
Great idea @beornf 👍