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

Rendering of computed fields is inconsistent #56

Closed
chrisala opened this issue Feb 24, 2020 · 0 comments
Closed

Rendering of computed fields is inconsistent #56

chrisala opened this issue Feb 24, 2020 · 0 comments
Milestone

Comments

@chrisala
Copy link
Collaborator

Outside of tables (in the top level of the model), computed values are rendered using a span tag.
Inside of tables, they are rendered as input fields, and have to be manually marked as readonly (to apply the readonly attribute to the input) or readOnly (to render them as a span).

This should be made consistent, with the default being to render as a readonly input field.

@chrisala chrisala added this to the 1.13 milestone Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant