jsonform / jsonform

Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.
https://jsonform.github.io/jsonform/playground/index.html
MIT License
2.72k stars 553 forks source link

Plain Text without input tag #409

Closed RealMasterZen closed 1 year ago

RealMasterZen commented 1 year ago

Hello, Is it possible to just add a text item without relative input element? So just a generic text to write some note / description / header ( single line or multiline )

If so, if i'm using a text editor, will it works on the generated field?

Thanks !

sdetweil commented 1 year ago

you could mark the input field as read only

Mark a field as read-only: the readonly property (as well as description, title...)

don't understand the second question

If so, if i'm using a text editor, will it works on the generated field?

text editor where?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.