Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

There seems to be no way to disable the control #74

@Danita

Description

@Danita

It doesn't honour parent <fieldset> ng-disabled state...

<fieldset ng-disabled="true">
    <textarea ui-tinymce="opts" ng-model="myModel"></textarea>
</fieldset>

And it even won't respect own ng-disabled directive.

<textarea ui-tinymce="opts" ng-model="myModel" ng-disabled="true"></textarea>

This is important for example to prevent the user to continue writing text on the control after he has submitted the form.

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