Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read-only mode #71

Closed
datoslabs opened this issue Oct 15, 2020 · 1 comment
Closed

Read-only mode #71

datoslabs opened this issue Oct 15, 2020 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@datoslabs
Copy link

Is there a way to put UIGenerator in read-only mode and lock/disable all inputs?

Summary

After user has completed data entry on the form, application may allow user to lock down the content so that no further editing is permitted.

Examples

Same rendering/presentation except removing all control functions (e.g. add, delete, select, etc) and disable input.

Motivation

Allows data to be rendered in the same appearance as specified by the schema without the ability to change the data. This is a common feature in an application where users' ability to edit the data is controlled by ACL/RBAC or business process/rule, the ability to lock down and disable input for certain sections of the form or the entire form will allow applications to implement this in production.

@elbakerino
Copy link
Member

elbakerino commented Oct 15, 2020

Currently not implemented in the design systems, still open #33 - happy for PRs!
(closed as duplicate)

@elbakerino elbakerino added the duplicate This issue or pull request already exists label Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants