brutusin / brutusin/json-forms
Support for readonly field
Open
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.