Skip to content

readonly for UFormRow and UAutoField

Pavel Mashliakovskiy requested to merge feature/readOnlyMark into master
  • UFormRow: new prop readonly; if true - show a small lock symbol after label
  • UAutoField: in case attribute is readOnly in meta file - render a small lock symbol after label; If als mixin is defined for entity - uses read only from als; Can be explicitly defined using a new prop readonly;
  • this automatically adds a readonly mark for AutoForm

image

Merge request reports