riot / compiler

Riot.js compiler
MIT License
64 stars 29 forks source link

Value on custom tags should be always passed down as prop #126

Closed GianlucaGuarini closed 5 years ago

GianlucaGuarini commented 5 years ago

Enhancement on the top of this bug https://github.com/riot/compiler/issues/124

<input type="text" name="txt" is="binding" value="1">

In the example above the valueattribute will not be passed down as component property