SolidOS / SolidOS/solid-ui

'readonly' Common Field Property

Open
#132 0 comments 0 reactions 1 assignee View on GitHub

@timbl is already working on this.

Since Dec 16, 2019.

enhancement
Dominant language
TypeScript
Stars
153
Forks
46
Avg merge
1d 8h
Merged PRs (30d)
7

Description

User Story

As a Form Designer, I want to specify which elements of a form defined using Form Language are read only, so the form renderer can display the data appropriately, and not allow user data entry.

Acceptance Criteria

  1. In the Form Model describing the form, I can set a 'readonly' = true property on any form data element. The default is 'readonly' = false.
  2. When the form is rendered based on the Form Model, the data is displayed appropriately (e.g., text/classifier values/dates/times as read only labels, booleans/tri-state as disabled checkboxes, etc.) and does not allow user data entry.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.