Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-7223

As a developer I can configure readOnly and defaultValue on RichTextField

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Neutral Neutral
    • None
    • 6.2.19, 6.3.0
    • None
    • None

      Steps:

      1. Configure richTextField in any dialog or app (e.g textImage.yaml ) with the example below
      2. Open the dialog and observe the result

      Expects:

      • defaultValue is populated to field
      • richTextField is read-only, cannot be edited

      Actuals:

      • form doesn't populate defaultValue to field
      • RichTextField allows to type in, but cannot delete

      Example:

      foo:
        i18n: true
        label: foo
        $type: richTextField
        defaultValue: "Lorem ipsum dolo sit amet"
        readOnly: true

        Acceptance criteria

              Unassigned Unassigned
              thien.quach Quach Hao Thien
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD