Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular directives used as a HTML element attributes are transformed to lower case #50

Closed
aniketrk opened this issue Apr 27, 2020 · 1 comment

Comments

@aniketrk
Copy link

Guys I have one issue I am using this editor in Angular 8 version. I am trying to pass html snippet through editor. But some how editor converts the element attributes to lower case for Example
<div [ngSwitch]="x"></div> is transformed to <div [ngswitch]="x"></div>
<p [routerLink]="['/error']"></p> is transformed to <p [routerlink]="['/error']"></p>

I even tried with cleanhtml but even that didn't help.

Have anyone faced this issue?
Do we have any config option to avoid this?

Thanks In Advance.

@aniketrk aniketrk changed the title HTML element attributes are transformed to lower case Angular directives used as a HTML element attributes are transformed to lower case May 14, 2020
@MrElectroNick
Copy link
Collaborator

Hi @aniketrk please report this issue to Jodit main repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants