brutusin / brutusin/json-forms

Support for readonly field

Open
#57 11 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
618
Forks
171
PR merge metrics
No merged PRs in 30d

Description

It would be useful when ID field has to be shown. Currently user can change the field and it saves a new object to database.

```json
id: {
"type": "string",
"readonly": true
},
```
Disabled form fields wont be returned, just adding disabled wont work I guess :(

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.