Skip to content

@readOnly not making editor readOnly #3

Description

@alexparker

I am still able to use and edit in the editor despite passing the readOnly attribute and checking that it was passed into the component options.

<!-- Template code -->
<QuillEditor @name={{this.args.name}} @text={{this.args.text}} @delta={{this.args.delta}}
        @onChange={{this.setChange}} @onEditorChange={{this.onEditorChange}} @modules={{this.modules}}
        @placeholder={{this.args.placeholder}} @theme="snow" @readOnly={{true}}>
</QuillEditor>

Ember Inspector:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions