Skip to content

@readOnly not making editor readOnly #3

@alexparker

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:

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