vue-formulate icon indicating copy to clipboard operation
vue-formulate copied to clipboard

Add static input type

Open beornf opened this issue 4 years ago • 1 comments

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.

beornf avatar Oct 01 '21 17:10 beornf

Great idea @beornf 👍

justin-schroeder avatar Oct 04 '21 14:10 justin-schroeder