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-for attribute not being removed #163

Closed jsumners closed 7 years ago

jsumners commented 7 years ago

Given:

<div w-bind>
  <label w-for="foo">foo</label>
  <input w-id="foo">
</div>

The rendered HTML will include both w-for attribute and the desired for attribute.

philidem commented 7 years ago

Published marko-widgets@6.3.6