marko-js-archive / marko-widgets

[LEGACY] Module to support binding of behavior to rendered UI components rendered on the server or client
http://v3.markojs.com/docs/marko-widgets/
MIT License
141 stars 40 forks source link

w-preserve-attrs does not properly handle removing an attribute #124

Closed patrick-steele-idem closed 8 years ago

patrick-steele-idem commented 8 years ago

Reported by @1N50MN14:

@patrick-steele-idem I found a small issue with data-w-preserve-attrs="style,class", it appends style="null" to the element if it doesn't contain a style attribute and I manually manipulate the class name

patrick-steele-idem commented 8 years ago

New version published: marko-widgets@5.3.1