Skip to content

Dynamic class bindings removes classes added by third party library #11503

Closed
@maheshshah196

Description

@maheshshah196

Version

2.6.11

Reproduction link

https://codepen.io/maheshshah196/pen/VweygMB

Steps to reproduce

Open above codepen link.

Open devtools and inspect element on first div, and check class.

Enter class in "Add Class" textfield, and click on "Add" button

Check class on first element in inspect

What is expected?

class added by jquery ("jquery-test") should not be removed after adding new class

What is actually happening?

class added by jquery is getting removed when adding new class


I am working with Ionic web components in vue.

Since Ionic web component adding it's own class, I am not able to apply vue dynamic class on it

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